#05397F

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

Shades of Dark Cerulean #05397F

Tints of Dark Cerulean #05397F

Color information

#05397F (or 0x05397F) is unknown color: approx Dark Cerulean. HEX triplet: 05, 39 and 7F. RGB value is (5,57,127). Sum of RGB (Red+Green+Blue) = 5+57+127=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #05397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05397F is #FAC680. Grayscale: #313131. Windows color (decimal): -16434817 or 8337669. OLE color: 8337669.

HSL color Cylindrical-coordinate representation of color #05397F: hue angle of 214.43º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05397F is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB557127-
CMYK0.960.5500.50
HSL214.43º92.42%25.88%-
HSV(B)214.43º96.06%49.8%-
XYZ5.364.4920.66-
YUV49.43171.7796.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 127 (50% from 255) = 67.20%
R=2.65%
G=30.16%
B=67.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5571270.960.5500.50214.4392.4225.88
Hex5397F6037032d65c1a
Octal5711771406706232613432
Binary10111100111111111100000110111011001011010110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05397F; }

 p { color: rgb(5,57,127); }

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

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

 a { background-color: rgb(5,57,127); }

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

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

 span { border-color: rgb(5,57,127); }

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