Html Css Color HEX #005F93 Cerulean

📋 copy color: '#005F93'

red 0 ◦ green 95 ◦ blue 147

#005F93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #005F93

Tints of Cerulean #005F93

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 value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#005F93 (or 0x005F93) is known color: 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

RGB 0 95 147 -
CMYK 1 0.35 0 0.42
HSL 201.22º 1% 0.29% -
HSV(B) 201.22º 1% 0.58% -
XYZ 9.36 10.29 29.1 -
YUV 72.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 0 95 147 1 0.35 0 0.42 201.22 1 0.29
Hex 0 5F 93 64 23 0 2A C9 64 1D
Octal 0 137 223 144 43 0 52 311 144 35
Binary 0 1011111 10010011 1100100 100011 0 101010 11001001 1100100 11101

Color Harmonies of #005F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F93

Black with #005F93

Text Example


Text Example

White with #005F93

Text Example


Text Example

HTML Codes & Css Web 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>