#054A75

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

Shades of Dark Cerulean #054A75

Tints of Dark Cerulean #054A75

Color information

#054A75 (or 0x054A75) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4A and 75. RGB value is (5,74,117). Sum of RGB (Red+Green+Blue) = 5+74+117=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #054A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A75 is #FAB58A. Grayscale: #3A3A3A. Windows color (decimal): -16430475 or 7686661. OLE color: 7686661.

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

Color convert

RGB574117-
CMYK0.960.3700.54
HSL203.04º91.8%23.92%-
HSV(B)203.04º95.73%45.88%-
XYZ5.726.2117.73-
YUV58.27161.1490-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=2.55%
G=37.76%
B=59.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5741170.960.3700.54203.0491.823.92
Hex54A756025036cb5c18
Octal51121651404506631313430
Binary101100101011101011100000100101011011011001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A75; }

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

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

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

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

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

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

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

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