Html Css Color HEX #08498A Dark Cerulean

📋 copy color: '#08498A'

red 8 ◦ green 73 ◦ blue 138

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

Shades of Dark Cerulean #08498A

Tints of Dark Cerulean #08498A

RGB

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

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

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

R = 3.65%
G = 33.33%
B = 63.01%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08498A (or 0x08498A) is known color: Dark Cerulean. HEX triplet: 08, 49 and 8A. RGB value is (8,73,138). Sum of RGB (Red+Green+Blue) = 8+73+138=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #08498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08498A is #F7B675. Grayscale: #3C3C3C. Windows color (decimal): -16234102 or 9062664. OLE color: 9062664.

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

Color convert

RGB 8 73 138 -
CMYK 0.94 0.47 0 0.46
HSL 210º 0.89% 0.29% -
HSV(B) 210º 0.94% 0.54% -
XYZ 7.07 6.65 24.96 -
YUV 60.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 8 73 138 0.94 0.47 0 0.46 210 0.89 0.29
Hex 8 49 8A 5E 2F 0 2E D2 59 1D
Octal 10 111 212 136 57 0 56 322 131 35
Binary 1000 1001001 10001010 1011110 101111 0 101110 11010010 1011001 11101

Color Harmonies of #08498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08498A

Black with #08498A

Text Example


Text Example

White with #08498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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