Html Css Color HEX #08538E Dark Cerulean

📋 copy color: '#08538E'

red 8 ◦ green 83 ◦ blue 142

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

Shades of Dark Cerulean #08538E

Tints of Dark Cerulean #08538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 3.43%
G = 35.62%
B = 60.94%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08538E (or 0x08538E) is known color: Dark Cerulean. HEX triplet: 08, 53 and 8E. RGB value is (8,83,142). Sum of RGB (Red+Green+Blue) = 8+83+142=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #08538E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08538E is #F7AC71. Grayscale: #424242. Windows color (decimal): -16231538 or 9327368. OLE color: 9327368.

HSL color Cylindrical-coordinate representation of color #08538E: hue angle of 206.42º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08538E is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 83 142 -
CMYK 0.94 0.42 0 0.44
HSL 206.42º 0.89% 0.29% -
HSV(B) 206.42º 0.94% 0.56% -
XYZ 8.08 8.19 26.75 -
YUV 67.3 170.15 85.7 -
System Red Green Blue C M Y K H S L
Decimal 8 83 142 0.94 0.42 0 0.44 206.42 0.89 0.29
Hex 8 53 8E 5E 2A 0 2C CE 59 1D
Octal 10 123 216 136 52 0 54 316 131 35
Binary 1000 1010011 10001110 1011110 101010 0 101100 11001110 1011001 11101

Color Harmonies of #08538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08538E

Black with #08538E

Text Example


Text Example

White with #08538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08538E; }

 p { color: rgb(8,83,142); }

 H1.HeaderClassName
 {
   color: #08538E;
 }
 .AnyTagClassName
 {
   color: #08538E;
 }
</style>

background-color css

<style>
 a { background-color: #08538E; }

 a { background-color: rgb(8,83,142); }

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

border-color css

<style>
 span { border-color: #08538E; }

 span { border-color: rgb(8,83,142); }

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