Html Css Color HEX #147AA1 Cerulean

📋 copy color: '#147AA1'

red 20 ◦ green 122 ◦ blue 161

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

Shades of Cerulean #147AA1

Tints of Cerulean #147AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.26%

 BLUE value IS 161 (63.28% from 255) = 53.14%

R = 6.6%
G = 40.26%
B = 53.14%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#147AA1 (or 0x147AA1) is known color: Cerulean. HEX triplet: 14, 7A and A1. RGB value is (20,122,161). Sum of RGB (Red+Green+Blue) = 20+122+161=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #147AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147AA1 is #EB855E. Grayscale: #5F5F5F. Windows color (decimal): -15435103 or 10582548. OLE color: 10582548.

HSL color Cylindrical-coordinate representation of color #147AA1: hue angle of 196.6º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147AA1 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 122 161 -
CMYK 0.88 0.24 0 0.37
HSL 196.6º 0.78% 0.35% -
HSV(B) 196.6º 0.88% 0.63% -
XYZ 13.68 16.64 36.21 -
YUV 95.95 164.71 73.83 -
System Red Green Blue C M Y K H S L
Decimal 20 122 161 0.88 0.24 0 0.37 196.6 0.78 0.35
Hex 14 7A A1 58 18 0 25 C5 4E 23
Octal 24 172 241 130 30 0 45 305 116 43
Binary 10100 1111010 10100001 1011000 11000 0 100101 11000101 1001110 100011

Color Harmonies of #147AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147AA1

Black with #147AA1

Text Example


Text Example

White with #147AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147AA1; }

 p { color: rgb(20,122,161); }

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

background-color css

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

 a { background-color: rgb(20,122,161); }

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

border-color css

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

 span { border-color: rgb(20,122,161); }

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