Html Css Color HEX #006097 Cerulean

📋 copy color: '#006097'

red 0 ◦ green 96 ◦ blue 151

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

Shades of Cerulean #006097

Tints of Cerulean #006097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 0%
G = 38.87%
B = 61.13%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#006097 (or 0x006097) is known color: Cerulean. HEX triplet: 00, 60 and 97. RGB value is (0,96,151). Sum of RGB (Red+Green+Blue) = 0+96+151=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #006097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006097 is #FF9F68. Grayscale: #494949. Windows color (decimal): -16752489 or 9920512. OLE color: 9920512.

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

Color convert

RGB 0 96 151 -
CMYK 1 0.36 0 0.41
HSL 201.85º 1% 0.3% -
HSV(B) 201.85º 1% 0.59% -
XYZ 9.77 10.6 30.81 -
YUV 73.57 171.7 75.53 -
System Red Green Blue C M Y K H S L
Decimal 0 96 151 1 0.36 0 0.41 201.85 1 0.3
Hex 0 60 97 64 24 0 29 CA 64 1E
Octal 0 140 227 144 44 0 51 312 144 36
Binary 0 1100000 10010111 1100100 100100 0 101001 11001010 1100100 11110

Color Harmonies of #006097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006097

Black with #006097

Text Example


Text Example

White with #006097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006097; }

 p { color: rgb(0,96,151); }

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

background-color css

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

 a { background-color: rgb(0,96,151); }

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

border-color css

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

 span { border-color: rgb(0,96,151); }

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