Html Css Color HEX #054585 Dark Cerulean

📋 copy color: '#054585'

red 5 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #054585

Tints of Dark Cerulean #054585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

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

R = 2.42%
G = 33.33%
B = 64.25%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#054585 (or 0x054585) is known color: Dark Cerulean. HEX triplet: 05, 45 and 85. RGB value is (5,69,133). Sum of RGB (Red+Green+Blue) = 5+69+133=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #054585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054585 is #FABA7A. Grayscale: #383838. Windows color (decimal): -16431739 or 8733957. OLE color: 8733957.

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

Color convert

RGB 5 69 133 -
CMYK 0.96 0.48 0 0.48
HSL 210º 0.93% 0.27% -
HSV(B) 210º 0.96% 0.52% -
XYZ 6.42 5.98 23.01 -
YUV 57.16 170.8 90.8 -
System Red Green Blue C M Y K H S L
Decimal 5 69 133 0.96 0.48 0 0.48 210 0.93 0.27
Hex 5 45 85 60 30 0 30 D2 5D 1B
Octal 5 105 205 140 60 0 60 322 135 33
Binary 101 1000101 10000101 1100000 110000 0 110000 11010010 1011101 11011

Color Harmonies of #054585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054585

Black with #054585

Text Example


Text Example

White with #054585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054585; }

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

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

background-color css

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

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

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

border-color css

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

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

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