Html Css Color HEX #147696 Cerulean

📋 copy color: '#147696'

red 20 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #147696

Tints of Cerulean #147696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.97%

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 6.94%
G = 40.97%
B = 52.08%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#147696 (or 0x147696) is known color: Cerulean. HEX triplet: 14, 76 and 96. RGB value is (20,118,150). Sum of RGB (Red+Green+Blue) = 20+118+150=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #147696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147696 is #EB8969. Grayscale: #5C5C5C. Windows color (decimal): -15436138 or 9860628. OLE color: 9860628.

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

Color convert

RGB 20 118 150 -
CMYK 0.87 0.21 0 0.41
HSL 194.77º 0.76% 0.33% -
HSV(B) 194.77º 0.87% 0.59% -
XYZ 12.27 15.31 31.16 -
YUV 92.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 20 118 150 0.87 0.21 0 0.41 194.77 0.76 0.33
Hex 14 76 96 57 15 0 29 C3 4C 21
Octal 24 166 226 127 25 0 51 303 114 41
Binary 10100 1110110 10010110 1010111 10101 0 101001 11000011 1001100 100001

Color Harmonies of #147696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147696

Black with #147696

Text Example


Text Example

White with #147696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147696; }

 p { color: rgb(20,118,150); }

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

background-color css

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

 a { background-color: rgb(20,118,150); }

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

border-color css

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

 span { border-color: rgb(20,118,150); }

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