Html Css Color HEX #08458D Dark Cerulean

📋 copy color: '#08458D'

red 8 ◦ green 69 ◦ blue 141

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

Shades of Dark Cerulean #08458D

Tints of Dark Cerulean #08458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 141 (55.47% from 255) = 64.68%

R = 3.67%
G = 31.65%
B = 64.68%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08458D (or 0x08458D) is known color: Dark Cerulean. HEX triplet: 08, 45 and 8D. RGB value is (8,69,141). Sum of RGB (Red+Green+Blue) = 8+69+141=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #08458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08458D is #F7BA72. Grayscale: #3A3A3A. Windows color (decimal): -16235123 or 9258248. OLE color: 9258248.

HSL color Cylindrical-coordinate representation of color #08458D: hue angle of 212.48º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08458D is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 69 141 -
CMYK 0.94 0.51 0 0.45
HSL 212.48º 0.89% 0.29% -
HSV(B) 212.48º 0.94% 0.55% -
XYZ 7.04 6.23 26.03 -
YUV 58.97 174.29 91.65 -
System Red Green Blue C M Y K H S L
Decimal 8 69 141 0.94 0.51 0 0.45 212.48 0.89 0.29
Hex 8 45 8D 5E 33 0 2D D4 59 1D
Octal 10 105 215 136 63 0 55 324 131 35
Binary 1000 1000101 10001101 1011110 110011 0 101101 11010100 1011001 11101

Color Harmonies of #08458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08458D

Black with #08458D

Text Example


Text Example

White with #08458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08458D; }

 p { color: rgb(8,69,141); }

 H1.HeaderClassName
 {
   color: #08458D;
 }
 .AnyTagClassName
 {
   color: #08458D;
 }
</style>

background-color css

<style>
 a { background-color: #08458D; }

 a { background-color: rgb(8,69,141); }

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

border-color css

<style>
 span { border-color: #08458D; }

 span { border-color: rgb(8,69,141); }

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