Html Css Color HEX #007197 Cerulean

📋 copy color: '#007197'

red 0 ◦ green 113 ◦ blue 151

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

Shades of Cerulean #007197

Tints of Cerulean #007197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 0%
G = 42.8%
B = 57.2%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007197 (or 0x007197) is known color: Cerulean. HEX triplet: 00, 71 and 97. RGB value is (0,113,151). Sum of RGB (Red+Green+Blue) = 0+113+151=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #007197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007197 is #FF8E68. Grayscale: #535353. Windows color (decimal): -16748137 or 9924864. OLE color: 9924864.

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

Color convert

RGB 0 113 151 -
CMYK 1 0.25 0 0.41
HSL 195.1º 1% 0.3% -
HSV(B) 195.1º 1% 0.59% -
XYZ 11.49 14.04 31.38 -
YUV 83.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 0 113 151 1 0.25 0 0.41 195.1 1 0.3
Hex 0 71 97 64 19 0 29 C3 64 1E
Octal 0 161 227 144 31 0 51 303 144 36
Binary 0 1110001 10010111 1100100 11001 0 101001 11000011 1100100 11110

Color Harmonies of #007197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007197

Black with #007197

Text Example


Text Example

White with #007197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007197; }

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

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

background-color css

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

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

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

border-color css

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

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

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