Html Css Color HEX #05478C Dark Cerulean

📋 copy color: '#05478C'

red 5 ◦ green 71 ◦ blue 140

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

Shades of Dark Cerulean #05478C

Tints of Dark Cerulean #05478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

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

R = 2.31%
G = 32.87%
B = 64.81%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05478C (or 0x05478C) is known color: Dark Cerulean. HEX triplet: 05, 47 and 8C. RGB value is (5,71,140). Sum of RGB (Red+Green+Blue) = 5+71+140=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #05478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05478C is #FAB873. Grayscale: #3A3A3A. Windows color (decimal): -16431220 or 9193221. OLE color: 9193221.

HSL color Cylindrical-coordinate representation of color #05478C: hue angle of 210.67º 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 #05478C is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 71 140 -
CMYK 0.96 0.49 0 0.45
HSL 210.67º 0.93% 0.28% -
HSV(B) 210.67º 0.96% 0.55% -
XYZ 7.05 6.43 25.68 -
YUV 59.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 5 71 140 0.96 0.49 0 0.45 210.67 0.93 0.28
Hex 5 47 8C 60 31 0 2D D3 5D 1C
Octal 5 107 214 140 61 0 55 323 135 34
Binary 101 1000111 10001100 1100000 110001 0 101101 11010011 1011101 11100

Color Harmonies of #05478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05478C

Black with #05478C

Text Example


Text Example

White with #05478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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