Html Css Color HEX #005F9B Cerulean

📋 copy color: '#005F9B'

red 0 ◦ green 95 ◦ blue 155

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

Shades of Cerulean #005F9B

Tints of Cerulean #005F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 0%
G = 38%
B = 62%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#005F9B (or 0x005F9B) is known color: Cerulean. HEX triplet: 00, 5F and 9B. RGB value is (0,95,155). Sum of RGB (Red+Green+Blue) = 0+95+155=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #005F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9B is #FFA064. Grayscale: #494949. Windows color (decimal): -16752741 or 10182400. OLE color: 10182400.

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

Color convert

RGB 0 95 155 -
CMYK 1 0.39 0 0.39
HSL 203.23º 1% 0.3% -
HSV(B) 203.23º 1% 0.61% -
XYZ 10.01 10.55 32.52 -
YUV 73.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 0 95 155 1 0.39 0 0.39 203.23 1 0.3
Hex 0 5F 9B 64 27 0 27 CB 64 1E
Octal 0 137 233 144 47 0 47 313 144 36
Binary 0 1011111 10011011 1100100 100111 0 100111 11001011 1100100 11110

Color Harmonies of #005F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F9B

Black with #005F9B

Text Example


Text Example

White with #005F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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