Html Css Color HEX #005F9D Cerulean

📋 copy color: '#005F9D'

red 0 ◦ green 95 ◦ blue 157

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

Shades of Cerulean #005F9D

Tints of Cerulean #005F9D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 95 (37.5% from 255) = 37.7%

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 0%
G = 37.7%
B = 62.3%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#005F9D (or 0x005F9D) is known color: Cerulean. HEX triplet: 00, 5F and 9D. RGB value is (0,95,157). Sum of RGB (Red+Green+Blue) = 0+95+157=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #005F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9D is #FFA062. Grayscale: #494949. Windows color (decimal): -16752739 or 10313472. OLE color: 10313472.

HSL color Cylindrical-coordinate representation of color #005F9D: hue angle of 203.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F9D is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 95 157 -
CMYK 1 0.39 0 0.38
HSL 203.69º 1% 0.31% -
HSV(B) 203.69º 1% 0.62% -
XYZ 10.18 10.62 33.41 -
YUV 73.66 175.03 75.46 -
System Red Green Blue C M Y K H S L
Decimal 0 95 157 1 0.39 0 0.38 203.69 1 0.31
Hex 0 5F 9D 64 27 0 26 CC 64 1F
Octal 0 137 235 144 47 0 46 314 144 37
Binary 0 1011111 10011101 1100100 100111 0 100110 11001100 1100100 11111

Color Harmonies of #005F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F9D

Black with #005F9D

Text Example


Text Example

White with #005F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005F9D;
 }
 .AnyTagClassName
 {
   color: #005F9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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