Html Css Color HEX #0D423E Cyprus

📋 copy color: '#0D423E'

red 13 ◦ green 66 ◦ blue 62

#0D423E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #0D423E

Tints of Cyprus #0D423E

RGB

 RED value IS 13 (5.47% from 255) = 9.22%

 GREEN value IS 66 (26.17% from 255) = 46.81%

 BLUE value IS 62 (24.61% from 255) = 43.97%

R = 9.22%
G = 46.81%
B = 43.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D423E (or 0x0D423E) is known color: Cyprus. HEX triplet: 0D, 42 and 3E. RGB value is (13,66,62). Sum of RGB (Red+Green+Blue) = 13+66+62=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #0D423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D423E is #F2BDC1. Grayscale: #313131. Windows color (decimal): -15908290 or 4080141. OLE color: 4080141.

HSL color Cylindrical-coordinate representation of color #0D423E: hue angle of 175.47º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D423E is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 66 62 -
CMYK 0.80 0 0.06 0.74
HSL 175.47º 0.67% 0.15% -
HSV(B) 175.47º 0.8% 0.26% -
XYZ 2.98 4.33 5.24 -
YUV 49.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 13 66 62 0.80 0 0.06 0.74 175.47 0.67 0.15
Hex D 42 3E 50 0 6 4A AF 43 F
Octal 15 102 76 120 0 6 112 257 103 17
Binary 1101 1000010 111110 1010000 0 110 1001010 10101111 1000011 1111

Color Harmonies of #0D423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D423E

Black with #0D423E

Text Example


Text Example

White with #0D423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D423E; }

 p { color: rgb(13,66,62); }

 H1.HeaderClassName
 {
   color: #0D423E;
 }
 .AnyTagClassName
 {
   color: #0D423E;
 }
</style>

background-color css

<style>
 a { background-color: #0D423E; }

 a { background-color: rgb(13,66,62); }

 div.DivClassName
 {
   background-color: #0D423E;
 }
 .BgClassName
 {
   background-color: #0D423E;
 }
</style>

border-color css

<style>
 span { border-color: #0D423E; }

 span { border-color: rgb(13,66,62); }

 td.TdClassName
 {
   border-color: #0D423E;
 }
 .TagClassName
 {
   border-color: #0D423E;
 }
</style>