Html Css Color HEX #147598 Cerulean

📋 copy color: '#147598'

red 20 ◦ green 117 ◦ blue 152

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

Shades of Cerulean #147598

Tints of Cerulean #147598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 6.92%
G = 40.48%
B = 52.6%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#147598 (or 0x147598) is known color: Cerulean. HEX triplet: 14, 75 and 98. RGB value is (20,117,152). Sum of RGB (Red+Green+Blue) = 20+117+152=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #147598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147598 is #EB8A67. Grayscale: #5B5B5B. Windows color (decimal): -15436392 or 9991444. OLE color: 9991444.

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

Color convert

RGB 20 117 152 -
CMYK 0.87 0.23 0 0.40
HSL 195.91º 0.77% 0.34% -
HSV(B) 195.91º 0.87% 0.6% -
XYZ 12.32 15.14 31.98 -
YUV 91.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 20 117 152 0.87 0.23 0 0.40 195.91 0.77 0.34
Hex 14 75 98 57 17 0 28 C4 4D 22
Octal 24 165 230 127 27 0 50 304 115 42
Binary 10100 1110101 10011000 1010111 10111 0 101000 11000100 1001101 100010

Color Harmonies of #147598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147598

Black with #147598

Text Example


Text Example

White with #147598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147598; }

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

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

background-color css

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

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

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

border-color css

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

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

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