Html Css Color HEX #147899 Cerulean

📋 copy color: '#147899'

red 20 ◦ green 120 ◦ blue 153

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

Shades of Cerulean #147899

Tints of Cerulean #147899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

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

R = 6.83%
G = 40.96%
B = 52.22%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#147899 (or 0x147899) is known color: Cerulean. HEX triplet: 14, 78 and 99. RGB value is (20,120,153). Sum of RGB (Red+Green+Blue) = 20+120+153=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #147899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147899 is #EB8766. Grayscale: #5D5D5D. Windows color (decimal): -15435623 or 10057748. OLE color: 10057748.

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

Color convert

RGB 20 120 153 -
CMYK 0.87 0.22 0 0.4
HSL 194.89º 0.77% 0.34% -
HSV(B) 194.89º 0.87% 0.6% -
XYZ 12.75 15.88 32.53 -
YUV 93.86 161.37 75.32 -
System Red Green Blue C M Y K H S L
Decimal 20 120 153 0.87 0.22 0 0.4 194.89 0.77 0.34
Hex 14 78 99 57 16 0 28 C3 4D 22
Octal 24 170 231 127 26 0 50 303 115 42
Binary 10100 1111000 10011001 1010111 10110 0 101000 11000011 1001101 100010

Color Harmonies of #147899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147899

Black with #147899

Text Example


Text Example

White with #147899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147899; }

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

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

background-color css

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

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

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

border-color css

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

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

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