Html Css Color HEX #08498D Dark Cerulean

📋 copy color: '#08498D'

red 8 ◦ green 73 ◦ blue 141

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

Shades of Dark Cerulean #08498D

Tints of Dark Cerulean #08498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

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

R = 3.6%
G = 32.88%
B = 63.51%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08498D (or 0x08498D) is known color: Dark Cerulean. HEX triplet: 08, 49 and 8D. RGB value is (8,73,141). Sum of RGB (Red+Green+Blue) = 8+73+141=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #08498D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08498D is #F7B672. Grayscale: #3C3C3C. Windows color (decimal): -16234099 or 9259272. OLE color: 9259272.

HSL color Cylindrical-coordinate representation of color #08498D: hue angle of 210.68º 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 #08498D is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 73 141 -
CMYK 0.94 0.48 0 0.45
HSL 210.68º 0.89% 0.29% -
HSV(B) 210.68º 0.94% 0.55% -
XYZ 7.29 6.74 26.12 -
YUV 61.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 8 73 141 0.94 0.48 0 0.45 210.68 0.89 0.29
Hex 8 49 8D 5E 30 0 2D D3 59 1D
Octal 10 111 215 136 60 0 55 323 131 35
Binary 1000 1001001 10001101 1011110 110000 0 101101 11010011 1011001 11101

Color Harmonies of #08498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08498D

Black with #08498D

Text Example


Text Example

White with #08498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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