Html Css Color HEX #147498 Cerulean

📋 copy color: '#147498'

red 20 ◦ green 116 ◦ blue 152

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

Shades of Cerulean #147498

Tints of Cerulean #147498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

 BLUE value IS 152 (59.77% from 255) = 52.78%

R = 6.94%
G = 40.28%
B = 52.78%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#147498 (or 0x147498) is known color: Cerulean. HEX triplet: 14, 74 and 98. RGB value is (20,116,152). Sum of RGB (Red+Green+Blue) = 20+116+152=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #147498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147498 is #EB8B67. Grayscale: #5B5B5B. Windows color (decimal): -15436648 or 9991188. OLE color: 9991188.

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

Color convert

RGB 20 116 152 -
CMYK 0.87 0.24 0 0.40
HSL 196.36º 0.77% 0.34% -
HSV(B) 196.36º 0.87% 0.6% -
XYZ 12.2 14.91 31.94 -
YUV 91.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 20 116 152 0.87 0.24 0 0.40 196.36 0.77 0.34
Hex 14 74 98 57 18 0 28 C4 4D 22
Octal 24 164 230 127 30 0 50 304 115 42
Binary 10100 1110100 10011000 1010111 11000 0 101000 11000100 1001101 100010

Color Harmonies of #147498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147498

Black with #147498

Text Example


Text Example

White with #147498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147498; }

 p { color: rgb(20,116,152); }

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

background-color css

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

 a { background-color: rgb(20,116,152); }

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

border-color css

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

 span { border-color: rgb(20,116,152); }

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