Html Css Color HEX #054786 Dark Cerulean

📋 copy color: '#054786'

red 5 ◦ green 71 ◦ blue 134

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

Shades of Dark Cerulean #054786

Tints of Dark Cerulean #054786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 63.81%

R = 2.38%
G = 33.81%
B = 63.81%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054786 (or 0x054786) is known color: Dark Cerulean. HEX triplet: 05, 47 and 86. RGB value is (5,71,134). Sum of RGB (Red+Green+Blue) = 5+71+134=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #054786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054786 is #FAB879. Grayscale: #3A3A3A. Windows color (decimal): -16431226 or 8800005. OLE color: 8800005.

HSL color Cylindrical-coordinate representation of color #054786: hue angle of 209.3º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054786 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 71 134 -
CMYK 0.96 0.47 0 0.47
HSL 209.3º 0.93% 0.27% -
HSV(B) 209.3º 0.96% 0.53% -
XYZ 6.62 6.26 23.41 -
YUV 58.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 5 71 134 0.96 0.47 0 0.47 209.3 0.93 0.27
Hex 5 47 86 60 2F 0 2F D1 5D 1B
Octal 5 107 206 140 57 0 57 321 135 33
Binary 101 1000111 10000110 1100000 101111 0 101111 11010001 1011101 11011

Color Harmonies of #054786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054786

Black with #054786

Text Example


Text Example

White with #054786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054786; }

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

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

background-color css

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

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

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

border-color css

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

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

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