Html Css Color HEX #05548F Dark Cerulean

📋 copy color: '#05548F'

red 5 ◦ green 84 ◦ blue 143

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

Shades of Dark Cerulean #05548F

Tints of Dark Cerulean #05548F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 2.16%
G = 36.21%
B = 61.64%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05548F (or 0x05548F) is known color: Dark Cerulean. HEX triplet: 05, 54 and 8F. RGB value is (5,84,143). Sum of RGB (Red+Green+Blue) = 5+84+143=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #05548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05548F is #FAAB70. Grayscale: #424242. Windows color (decimal): -16427889 or 9393157. OLE color: 9393157.

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

Color convert

RGB 5 84 143 -
CMYK 0.97 0.41 0 0.44
HSL 205.65º 0.93% 0.29% -
HSV(B) 205.65º 0.97% 0.56% -
XYZ 8.19 8.36 27.17 -
YUV 67.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 5 84 143 0.97 0.41 0 0.44 205.65 0.93 0.29
Hex 5 54 8F 61 29 0 2C CE 5D 1D
Octal 5 124 217 141 51 0 54 316 135 35
Binary 101 1010100 10001111 1100001 101001 0 101100 11001110 1011101 11101

Color Harmonies of #05548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05548F

Black with #05548F

Text Example


Text Example

White with #05548F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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