Html Css Color HEX #147395 Cerulean

📋 copy color: '#147395'

red 20 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #147395

Tints of Cerulean #147395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 7.04%
G = 40.49%
B = 52.46%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147395 (or 0x147395) is known color: Cerulean. HEX triplet: 14, 73 and 95. RGB value is (20,115,149). Sum of RGB (Red+Green+Blue) = 20+115+149=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #147395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147395 is #EB8C6A. Grayscale: #5A5A5A. Windows color (decimal): -15436907 or 9794324. OLE color: 9794324.

HSL color Cylindrical-coordinate representation of color #147395: hue angle of 195.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147395 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 115 149 -
CMYK 0.87 0.23 0 0.42
HSL 195.81º 0.76% 0.33% -
HSV(B) 195.81º 0.87% 0.58% -
XYZ 11.84 14.58 30.62 -
YUV 90.47 161.03 77.74 -
System Red Green Blue C M Y K H S L
Decimal 20 115 149 0.87 0.23 0 0.42 195.81 0.76 0.33
Hex 14 73 95 57 17 0 2A C4 4C 21
Octal 24 163 225 127 27 0 52 304 114 41
Binary 10100 1110011 10010101 1010111 10111 0 101010 11000100 1001100 100001

Color Harmonies of #147395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147395

Black with #147395

Text Example


Text Example

White with #147395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147395; }

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

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

background-color css

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

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

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

border-color css

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

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

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