Html Css Color HEX #005F9A Cerulean

📋 copy color: '#005F9A'

red 0 ◦ green 95 ◦ blue 154

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

Shades of Cerulean #005F9A

Tints of Cerulean #005F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.85%

R = 0%
G = 38.15%
B = 61.85%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#005F9A (or 0x005F9A) is known color: Cerulean. HEX triplet: 00, 5F and 9A. RGB value is (0,95,154). Sum of RGB (Red+Green+Blue) = 0+95+154=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #005F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F9A is #FFA065. Grayscale: #484848. Windows color (decimal): -16752742 or 10116864. OLE color: 10116864.

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

Color convert

RGB 0 95 154 -
CMYK 1 0.38 0 0.40
HSL 202.99º 1% 0.3% -
HSV(B) 202.99º 1% 0.6% -
XYZ 9.92 10.52 32.08 -
YUV 73.32 173.53 75.7 -
System Red Green Blue C M Y K H S L
Decimal 0 95 154 1 0.38 0 0.40 202.99 1 0.3
Hex 0 5F 9A 64 26 0 28 CB 64 1E
Octal 0 137 232 144 46 0 50 313 144 36
Binary 0 1011111 10011010 1100100 100110 0 101000 11001011 1100100 11110

Color Harmonies of #005F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F9A

Black with #005F9A

Text Example


Text Example

White with #005F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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