Html Css Color HEX #147396 Cerulean

📋 copy color: '#147396'

red 20 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #147396

Tints of Cerulean #147396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 7.02%
G = 40.35%
B = 52.63%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#147396 (or 0x147396) is known color: Cerulean. HEX triplet: 14, 73 and 96. RGB value is (20,115,150). Sum of RGB (Red+Green+Blue) = 20+115+150=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #147396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147396 is #EB8C69. Grayscale: #5A5A5A. Windows color (decimal): -15436906 or 9859860. OLE color: 9859860.

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

Color convert

RGB 20 115 150 -
CMYK 0.87 0.23 0 0.41
HSL 196.15º 0.76% 0.33% -
HSV(B) 196.15º 0.87% 0.59% -
XYZ 11.92 14.61 31.05 -
YUV 90.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 20 115 150 0.87 0.23 0 0.41 196.15 0.76 0.33
Hex 14 73 96 57 17 0 29 C4 4C 21
Octal 24 163 226 127 27 0 51 304 114 41
Binary 10100 1110011 10010110 1010111 10111 0 101001 11000100 1001100 100001

Color Harmonies of #147396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147396

Black with #147396

Text Example


Text Example

White with #147396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147396; }

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

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

background-color css

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

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

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

border-color css

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

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

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