Html Css Color HEX #147998 Cerulean

📋 copy color: '#147998'

red 20 ◦ green 121 ◦ blue 152

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

Shades of Cerulean #147998

Tints of Cerulean #147998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

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

R = 6.83%
G = 41.3%
B = 51.88%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#147998 (or 0x147998) is known color: Cerulean. HEX triplet: 14, 79 and 98. RGB value is (20,121,152). Sum of RGB (Red+Green+Blue) = 20+121+152=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #147998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147998 is #EB8667. Grayscale: #5E5E5E. Windows color (decimal): -15435368 or 9992468. OLE color: 9992468.

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

Color convert

RGB 20 121 152 -
CMYK 0.87 0.20 0 0.40
HSL 194.09º 0.77% 0.34% -
HSV(B) 194.09º 0.87% 0.6% -
XYZ 12.79 16.09 32.14 -
YUV 94.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 20 121 152 0.87 0.20 0 0.40 194.09 0.77 0.34
Hex 14 79 98 57 14 0 28 C2 4D 22
Octal 24 171 230 127 24 0 50 302 115 42
Binary 10100 1111001 10011000 1010111 10100 0 101000 11000010 1001101 100010

Color Harmonies of #147998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147998

Black with #147998

Text Example


Text Example

White with #147998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147998; }

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

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

background-color css

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

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

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

border-color css

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

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

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