#005F93

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

Shades of Cerulean #005F93

Tints of Cerulean #005F93

Color information

#005F93 (or 0x005F93) is unknown color: approx Cerulean. HEX triplet: 00, 5F and 93. RGB value is (0,95,147). Sum of RGB (Red+Green+Blue) = 0+95+147=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #005F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F93 is #FFA06C. Grayscale: #484848. Windows color (decimal): -16752749 or 9658112. OLE color: 9658112.

HSL color Cylindrical-coordinate representation of color #005F93: hue angle of 201.22º 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 #005F93 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB095147-
CMYK10.3500.42
HSL201.22º100%28.82%-
HSV(B)201.22º100%57.65%-
XYZ9.3610.2929.1-
YUV72.52170.0376.27-

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) = 39.26%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=0%
G=39.26%
B=60.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal09514710.3500.42201.2210028.82
Hex05F93642302Ac9641d
Octal01372231444305231114435
Binary01011111100100111100100100011010101011001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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