Html Css Color HEX #147298 Cerulean

📋 copy color: '#147298'

red 20 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #147298

Tints of Cerulean #147298

RGB

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

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

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

R = 6.99%
G = 39.86%
B = 53.15%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#147298 (or 0x147298) is known color: Cerulean. HEX triplet: 14, 72 and 98. RGB value is (20,114,152). Sum of RGB (Red+Green+Blue) = 20+114+152=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #147298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147298 is #EB8D67. Grayscale: #595959. Windows color (decimal): -15437160 or 9990676. OLE color: 9990676.

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

Color convert

RGB 20 114 152 -
CMYK 0.87 0.25 0 0.40
HSL 197.27º 0.77% 0.34% -
HSV(B) 197.27º 0.87% 0.6% -
XYZ 11.97 14.45 31.86 -
YUV 90.23 162.86 77.91 -
System Red Green Blue C M Y K H S L
Decimal 20 114 152 0.87 0.25 0 0.40 197.27 0.77 0.34
Hex 14 72 98 57 19 0 28 C5 4D 22
Octal 24 162 230 127 31 0 50 305 115 42
Binary 10100 1110010 10011000 1010111 11001 0 101000 11000101 1001101 100010

Color Harmonies of #147298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147298

Black with #147298

Text Example


Text Example

White with #147298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147298; }

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

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

background-color css

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

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

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

border-color css

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

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

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