#005F95

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

Shades of Cerulean #005F95

Tints of Cerulean #005F95

Color information

#005F95 (or 0x005F95) is unknown color: approx Cerulean. HEX triplet: 00, 5F and 95. RGB value is (0,95,149). Sum of RGB (Red+Green+Blue) = 0+95+149=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #005F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F95 is #FFA06A. Grayscale: #484848. Windows color (decimal): -16752747 or 9789184. OLE color: 9789184.

HSL color Cylindrical-coordinate representation of color #005F95: hue angle of 201.74º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F95 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB095149-
CMYK10.3600.42
HSL201.74º100%29.22%-
HSV(B)201.74º100%58.43%-
XYZ9.5210.3529.93-
YUV72.75171.0376.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 149 (58.59% from 255) = 61.07%
R=0%
G=38.93%
B=61.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal09514910.3600.42201.7410029.22
Hex05F95642402Aca641d
Octal01372251444405231214435
Binary01011111100101011100100100100010101011001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F95; }

 p { color: rgb(0,95,149); }

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

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

 a { background-color: rgb(0,95,149); }

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

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

 span { border-color: rgb(0,95,149); }

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