Html Css Color HEX #08413B Cyprus

📋 copy color: '#08413B'

red 8 ◦ green 65 ◦ blue 59

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

Shades of Cyprus #08413B

Tints of Cyprus #08413B

RGB

 RED value IS 8 (3.52% from 255) = 6.06%

 GREEN value IS 65 (25.78% from 255) = 49.24%

 BLUE value IS 59 (23.44% from 255) = 44.7%

R = 6.06%
G = 49.24%
B = 44.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#08413B (or 0x08413B) is known color: Cyprus. HEX triplet: 08, 41 and 3B. RGB value is (8,65,59). Sum of RGB (Red+Green+Blue) = 8+65+59=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #08413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08413B is #F7BEC4. Grayscale: #2F2F2F. Windows color (decimal): -16236229 or 3883272. OLE color: 3883272.

HSL color Cylindrical-coordinate representation of color #08413B: hue angle of 173.68º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08413B is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 59 -
CMYK 0.88 0 0.09 0.75
HSL 173.68º 0.78% 0.14% -
HSV(B) 173.68º 0.88% 0.25% -
XYZ 2.78 4.15 4.79 -
YUV 47.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 8 65 59 0.88 0 0.09 0.75 173.68 0.78 0.14
Hex 8 41 3B 58 0 9 4B AE 4E E
Octal 10 101 73 130 0 11 113 256 116 16
Binary 1000 1000001 111011 1011000 0 1001 1001011 10101110 1001110 1110

Color Harmonies of #08413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08413B

Black with #08413B

Text Example


Text Example

White with #08413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08413B; }

 p { color: rgb(8,65,59); }

 H1.HeaderClassName
 {
   color: #08413B;
 }
 .AnyTagClassName
 {
   color: #08413B;
 }
</style>

background-color css

<style>
 a { background-color: #08413B; }

 a { background-color: rgb(8,65,59); }

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

border-color css

<style>
 span { border-color: #08413B; }

 span { border-color: rgb(8,65,59); }

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