Html Css Color HEX #08508A Dark Cerulean

📋 copy color: '#08508A'

red 8 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #08508A

Tints of Dark Cerulean #08508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 138 (54.3% from 255) = 61.06%

R = 3.54%
G = 35.4%
B = 61.06%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08508A (or 0x08508A) is known color: Dark Cerulean. HEX triplet: 08, 50 and 8A. RGB value is (8,80,138). Sum of RGB (Red+Green+Blue) = 8+80+138=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #08508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08508A is #F7AF75. Grayscale: #404040. Windows color (decimal): -16232310 or 9064456. OLE color: 9064456.

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

Color convert

RGB 8 80 138 -
CMYK 0.94 0.42 0 0.46
HSL 206.77º 0.89% 0.29% -
HSV(B) 206.77º 0.94% 0.54% -
XYZ 7.56 7.62 25.12 -
YUV 65.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 8 80 138 0.94 0.42 0 0.46 206.77 0.89 0.29
Hex 8 50 8A 5E 2A 0 2E CF 59 1D
Octal 10 120 212 136 52 0 56 317 131 35
Binary 1000 1010000 10001010 1011110 101010 0 101110 11001111 1011001 11101

Color Harmonies of #08508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08508A

Black with #08508A

Text Example


Text Example

White with #08508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08508A; }

 p { color: rgb(8,80,138); }

 H1.HeaderClassName
 {
   color: #08508A;
 }
 .AnyTagClassName
 {
   color: #08508A;
 }
</style>

background-color css

<style>
 a { background-color: #08508A; }

 a { background-color: rgb(8,80,138); }

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

border-color css

<style>
 span { border-color: #08508A; }

 span { border-color: rgb(8,80,138); }

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