Html Css Color HEX #054086 Dark Cerulean

📋 copy color: '#054086'

red 5 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #054086

Tints of Dark Cerulean #054086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

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

R = 2.46%
G = 31.53%
B = 66.01%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054086 (or 0x054086) is known color: Dark Cerulean. HEX triplet: 05, 40 and 86. RGB value is (5,64,134). Sum of RGB (Red+Green+Blue) = 5+64+134=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #054086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054086 is #FABF79. Grayscale: #363636. Windows color (decimal): -16433018 or 8798213. OLE color: 8798213.

HSL color Cylindrical-coordinate representation of color #054086: hue angle of 212.56º 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 #054086 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 64 134 -
CMYK 0.96 0.52 0 0.47
HSL 212.56º 0.93% 0.27% -
HSV(B) 212.56º 0.96% 0.53% -
XYZ 6.2 5.42 23.27 -
YUV 54.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 5 64 134 0.96 0.52 0 0.47 212.56 0.93 0.27
Hex 5 40 86 60 34 0 2F D5 5D 1B
Octal 5 100 206 140 64 0 57 325 135 33
Binary 101 1000000 10000110 1100000 110100 0 101111 11010101 1011101 11011

Color Harmonies of #054086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054086

Black with #054086

Text Example


Text Example

White with #054086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054086; }

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

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

background-color css

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

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

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

border-color css

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

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

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