#054F7B

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

Shades of Dark Cerulean #054F7B

Tints of Dark Cerulean #054F7B

Color information

#054F7B (or 0x054F7B) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4F and 7B. RGB value is (5,79,123). Sum of RGB (Red+Green+Blue) = 5+79+123=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #054F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F7B is #FAB084. Grayscale: #3D3D3D. Windows color (decimal): -16429189 or 8081157. OLE color: 8081157.

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

Color convert

RGB579123-
CMYK0.960.3600.52
HSL202.37º92.19%25.1%-
HSV(B)202.37º95.93%48.24%-
XYZ6.437.0519.76-
YUV61.89162.4887.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 123 (48.44% from 255) = 59.42%
R=2.42%
G=38.16%
B=59.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5791230.960.3600.52202.3792.1925.1
Hex54F7B6024034ca5c19
Octal51171731404406431213431
Binary101100111111110111100000100100011010011001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,79,123); }

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

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

 a { background-color: rgb(5,79,123); }

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

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

 span { border-color: rgb(5,79,123); }

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