Html Css Color HEX #054085 Dark Cerulean

📋 copy color: '#054085'

red 5 ◦ green 64 ◦ blue 133

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

Shades of Dark Cerulean #054085

Tints of Dark Cerulean #054085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 2.48%
G = 31.68%
B = 65.84%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#054085 (or 0x054085) is known color: Dark Cerulean. HEX triplet: 05, 40 and 85. RGB value is (5,64,133). Sum of RGB (Red+Green+Blue) = 5+64+133=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #054085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054085 is #FABF7A. Grayscale: #353535. Windows color (decimal): -16433019 or 8732677. OLE color: 8732677.

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

Color convert

RGB 5 64 133 -
CMYK 0.96 0.52 0 0.48
HSL 212.34º 0.93% 0.27% -
HSV(B) 212.34º 0.96% 0.52% -
XYZ 6.13 5.39 22.91 -
YUV 54.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 5 64 133 0.96 0.52 0 0.48 212.34 0.93 0.27
Hex 5 40 85 60 34 0 30 D4 5D 1B
Octal 5 100 205 140 64 0 60 324 135 33
Binary 101 1000000 10000101 1100000 110100 0 110000 11010100 1011101 11011

Color Harmonies of #054085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054085

Black with #054085

Text Example


Text Example

White with #054085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054085; }

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

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

background-color css

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

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

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

border-color css

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

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

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