Html Css Color HEX #05478B Dark Cerulean

📋 copy color: '#05478B'

red 5 ◦ green 71 ◦ blue 139

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

Shades of Dark Cerulean #05478B

Tints of Dark Cerulean #05478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 2.33%
G = 33.02%
B = 64.65%

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

#05478B (or 0x05478B) is known color: Dark Cerulean. HEX triplet: 05, 47 and 8B. RGB value is (5,71,139). Sum of RGB (Red+Green+Blue) = 5+71+139=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #05478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05478B is #FAB874. Grayscale: #3A3A3A. Windows color (decimal): -16431221 or 9127685. OLE color: 9127685.

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

Color convert

RGB 5 71 139 -
CMYK 0.96 0.49 0 0.45
HSL 210.45º 0.93% 0.28% -
HSV(B) 210.45º 0.96% 0.55% -
XYZ 6.98 6.4 25.29 -
YUV 59.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 5 71 139 0.96 0.49 0 0.45 210.45 0.93 0.28
Hex 5 47 8B 60 31 0 2D D2 5D 1C
Octal 5 107 213 140 61 0 55 322 135 34
Binary 101 1000111 10001011 1100000 110001 0 101101 11010010 1011101 11100

Color Harmonies of #05478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05478B

Black with #05478B

Text Example


Text Example

White with #05478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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