Html Css Color HEX #147699 Cerulean

📋 copy color: '#147699'

red 20 ◦ green 118 ◦ blue 153

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

Shades of Cerulean #147699

Tints of Cerulean #147699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 6.87%
G = 40.55%
B = 52.58%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#147699 (or 0x147699) is known color: Cerulean. HEX triplet: 14, 76 and 99. RGB value is (20,118,153). Sum of RGB (Red+Green+Blue) = 20+118+153=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #147699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147699 is #EB8966. Grayscale: #5C5C5C. Windows color (decimal): -15436135 or 10057236. OLE color: 10057236.

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

Color convert

RGB 20 118 153 -
CMYK 0.87 0.23 0 0.4
HSL 195.79º 0.77% 0.34% -
HSV(B) 195.79º 0.87% 0.6% -
XYZ 12.52 15.41 32.45 -
YUV 92.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 20 118 153 0.87 0.23 0 0.4 195.79 0.77 0.34
Hex 14 76 99 57 17 0 28 C4 4D 22
Octal 24 166 231 127 27 0 50 304 115 42
Binary 10100 1110110 10011001 1010111 10111 0 101000 11000100 1001101 100010

Color Harmonies of #147699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147699

Black with #147699

Text Example


Text Example

White with #147699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147699; }

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

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

background-color css

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

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

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

border-color css

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

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

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