#054375

Color #054375 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #054375

Tints of Dark Cerulean #054375

Color information

#054375 (or 0x054375) is unknown color: approx Dark Cerulean. HEX triplet: 05, 43 and 75. RGB value is (5,67,117). Sum of RGB (Red+Green+Blue) = 5+67+117=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #054375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054375 is #FABC8A. Grayscale: #353535. Windows color (decimal): -16432267 or 7684869. OLE color: 7684869.

HSL color Cylindrical-coordinate representation of color #054375: hue angle of 206.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054375 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB567117-
CMYK0.960.4300.54
HSL206.79º91.8%23.92%-
HSV(B)206.79º95.73%45.88%-
XYZ5.285.3317.58-
YUV54.16163.4692.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=2.65%
G=35.45%
B=61.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5671170.960.4300.54206.7991.823.92
Hex54375602B036cf5c18
Octal51031651405306631713430
Binary101100001111101011100000101011011011011001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054375; }

 p { color: rgb(5,67,117); }

 H1.HeaderClassName
 {
   color: #054375;
 }
 .AnyTagClassName
 {
   color: #054375;
 }
</style>
background-color css

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

 a { background-color: rgb(5,67,117); }

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

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

 span { border-color: rgb(5,67,117); }

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