Html Css Color HEX #006197 Cerulean

📋 copy color: '#006197'

red 0 ◦ green 97 ◦ blue 151

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

Shades of Cerulean #006197

Tints of Cerulean #006197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

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

R = 0%
G = 39.11%
B = 60.89%

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

#006197 (or 0x006197) is known color: Cerulean. HEX triplet: 00, 61 and 97. RGB value is (0,97,151). Sum of RGB (Red+Green+Blue) = 0+97+151=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #006197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006197 is #FF9E68. Grayscale: #494949. Windows color (decimal): -16752233 or 9920768. OLE color: 9920768.

HSL color Cylindrical-coordinate representation of color #006197: hue angle of 201.46º 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 #006197 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 97 151 -
CMYK 1 0.36 0 0.41
HSL 201.46º 1% 0.3% -
HSV(B) 201.46º 1% 0.59% -
XYZ 9.86 10.78 30.84 -
YUV 74.15 171.36 75.11 -
System Red Green Blue C M Y K H S L
Decimal 0 97 151 1 0.36 0 0.41 201.46 1 0.3
Hex 0 61 97 64 24 0 29 C9 64 1E
Octal 0 141 227 144 44 0 51 311 144 36
Binary 0 1100001 10010111 1100100 100100 0 101001 11001001 1100100 11110

Color Harmonies of #006197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006197

Black with #006197

Text Example


Text Example

White with #006197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006197; }

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

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

background-color css

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

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

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

border-color css

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

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

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