Html Css Color HEX #147296 Cerulean

📋 copy color: '#147296'

red 20 ◦ green 114 ◦ blue 150

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

Shades of Cerulean #147296

Tints of Cerulean #147296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 7.04%
G = 40.14%
B = 52.82%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#147296 (or 0x147296) is known color: Cerulean. HEX triplet: 14, 72 and 96. RGB value is (20,114,150). Sum of RGB (Red+Green+Blue) = 20+114+150=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #147296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147296 is #EB8D69. Grayscale: #595959. Windows color (decimal): -15437162 or 9859604. OLE color: 9859604.

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

Color convert

RGB 20 114 150 -
CMYK 0.87 0.24 0 0.41
HSL 196.62º 0.76% 0.33% -
HSV(B) 196.62º 0.87% 0.59% -
XYZ 11.81 14.39 31.01 -
YUV 90 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 20 114 150 0.87 0.24 0 0.41 196.62 0.76 0.33
Hex 14 72 96 57 18 0 29 C5 4C 21
Octal 24 162 226 127 30 0 51 305 114 41
Binary 10100 1110010 10010110 1010111 11000 0 101001 11000101 1001100 100001

Color Harmonies of #147296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147296

Black with #147296

Text Example


Text Example

White with #147296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147296; }

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

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

background-color css

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

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

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

border-color css

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

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

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