Html Css Color HEX #05548C Dark Cerulean

📋 copy color: '#05548C'

red 5 ◦ green 84 ◦ blue 140

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

Shades of Dark Cerulean #05548C

Tints of Dark Cerulean #05548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 2.18%
G = 36.68%
B = 61.14%

CMYK

 C value IS 0.96

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05548C (or 0x05548C) is known color: Dark Cerulean. HEX triplet: 05, 54 and 8C. RGB value is (5,84,140). Sum of RGB (Red+Green+Blue) = 5+84+140=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #05548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05548C is #FAAB73. Grayscale: #424242. Windows color (decimal): -16427892 or 9196549. OLE color: 9196549.

HSL color Cylindrical-coordinate representation of color #05548C: hue angle of 204.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05548C is Cyan = 0.96, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 84 140 -
CMYK 0.96 0.4 0 0.45
HSL 204.89º 0.93% 0.28% -
HSV(B) 204.89º 0.96% 0.55% -
XYZ 7.97 8.27 25.99 -
YUV 66.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 5 84 140 0.96 0.4 0 0.45 204.89 0.93 0.28
Hex 5 54 8C 60 28 0 2D CD 5D 1C
Octal 5 124 214 140 50 0 55 315 135 34
Binary 101 1010100 10001100 1100000 101000 0 101101 11001101 1011101 11100

Color Harmonies of #05548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05548C

Black with #05548C

Text Example


Text Example

White with #05548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05548C; }

 p { color: rgb(5,84,140); }

 H1.HeaderClassName
 {
   color: #05548C;
 }
 .AnyTagClassName
 {
   color: #05548C;
 }
</style>

background-color css

<style>
 a { background-color: #05548C; }

 a { background-color: rgb(5,84,140); }

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

border-color css

<style>
 span { border-color: #05548C; }

 span { border-color: rgb(5,84,140); }

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