Html Css Color HEX #05498E Dark Cerulean

📋 copy color: '#05498E'

red 5 ◦ green 73 ◦ blue 142

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

Shades of Dark Cerulean #05498E

Tints of Dark Cerulean #05498E

RGB

 RED value IS 5 (2.34% from 255) = 2.27%

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

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

R = 2.27%
G = 33.18%
B = 64.55%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05498E (or 0x05498E) is known color: Dark Cerulean. HEX triplet: 05, 49 and 8E. RGB value is (5,73,142). Sum of RGB (Red+Green+Blue) = 5+73+142=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #05498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05498E is #FAB671. Grayscale: #3C3C3C. Windows color (decimal): -16430706 or 9324805. OLE color: 9324805.

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

Color convert

RGB 5 73 142 -
CMYK 0.96 0.49 0 0.44
HSL 210.22º 0.93% 0.29% -
HSV(B) 210.22º 0.96% 0.56% -
XYZ 7.33 6.75 26.51 -
YUV 60.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 5 73 142 0.96 0.49 0 0.44 210.22 0.93 0.29
Hex 5 49 8E 60 31 0 2C D2 5D 1D
Octal 5 111 216 140 61 0 54 322 135 35
Binary 101 1001001 10001110 1100000 110001 0 101100 11010010 1011101 11101

Color Harmonies of #05498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05498E

Black with #05498E

Text Example


Text Example

White with #05498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,73,142); }

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

background-color css

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

 a { background-color: rgb(5,73,142); }

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

border-color css

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

 span { border-color: rgb(5,73,142); }

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