Html Css Color HEX #147097 Cerulean

📋 copy color: '#147097'

red 20 ◦ green 112 ◦ blue 151

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

Shades of Cerulean #147097

Tints of Cerulean #147097

RGB

 RED value IS 20 (8.2% from 255) = 7.07%

 GREEN value IS 112 (44.14% from 255) = 39.58%

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

R = 7.07%
G = 39.58%
B = 53.36%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#147097 (or 0x147097) is known color: Cerulean. HEX triplet: 14, 70 and 97. RGB value is (20,112,151). Sum of RGB (Red+Green+Blue) = 20+112+151=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #147097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147097 is #EB8F68. Grayscale: #585858. Windows color (decimal): -15437673 or 9924628. OLE color: 9924628.

HSL color Cylindrical-coordinate representation of color #147097: hue angle of 197.86º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147097 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 112 151 -
CMYK 0.87 0.26 0 0.41
HSL 197.86º 0.77% 0.34% -
HSV(B) 197.86º 0.87% 0.59% -
XYZ 11.67 13.97 31.36 -
YUV 88.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 20 112 151 0.87 0.26 0 0.41 197.86 0.77 0.34
Hex 14 70 97 57 1A 0 29 C6 4D 22
Octal 24 160 227 127 32 0 51 306 115 42
Binary 10100 1110000 10010111 1010111 11010 0 101001 11000110 1001101 100010

Color Harmonies of #147097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147097

Black with #147097

Text Example


Text Example

White with #147097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147097; }

 p { color: rgb(20,112,151); }

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

background-color css

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

 a { background-color: rgb(20,112,151); }

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

border-color css

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

 span { border-color: rgb(20,112,151); }

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