Html Css Color HEX #147398 Cerulean

📋 copy color: '#147398'

red 20 ◦ green 115 ◦ blue 152

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

Shades of Cerulean #147398

Tints of Cerulean #147398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.07%

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

R = 6.97%
G = 40.07%
B = 52.96%

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

#147398 (or 0x147398) is known color: Cerulean. HEX triplet: 14, 73 and 98. RGB value is (20,115,152). Sum of RGB (Red+Green+Blue) = 20+115+152=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #147398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147398 is #EB8C67. Grayscale: #5A5A5A. Windows color (decimal): -15436904 or 9990932. OLE color: 9990932.

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

Color convert

RGB 20 115 152 -
CMYK 0.87 0.24 0 0.40
HSL 196.82º 0.77% 0.34% -
HSV(B) 196.82º 0.87% 0.6% -
XYZ 12.09 14.68 31.9 -
YUV 90.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 20 115 152 0.87 0.24 0 0.40 196.82 0.77 0.34
Hex 14 73 98 57 18 0 28 C5 4D 22
Octal 24 163 230 127 30 0 50 305 115 42
Binary 10100 1110011 10011000 1010111 11000 0 101000 11000101 1001101 100010

Color Harmonies of #147398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147398

Black with #147398

Text Example


Text Example

White with #147398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147398; }

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

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

background-color css

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

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

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

border-color css

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

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

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