Html Css Color HEX #147FA6 Cerulean

📋 copy color: '#147FA6'

red 20 ◦ green 127 ◦ blue 166

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

Shades of Cerulean #147FA6

Tints of Cerulean #147FA6

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

 BLUE value IS 166 (65.23% from 255) = 53.04%

R = 6.39%
G = 40.58%
B = 53.04%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#147FA6 (or 0x147FA6) is known color: Cerulean. HEX triplet: 14, 7F and A6. RGB value is (20,127,166). Sum of RGB (Red+Green+Blue) = 20+127+166=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #147FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147FA6 is #EB8059. Grayscale: #636363. Windows color (decimal): -15433818 or 10911508. OLE color: 10911508.

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

Color convert

RGB 20 127 166 -
CMYK 0.88 0.23 0 0.35
HSL 196.03º 0.78% 0.36% -
HSV(B) 196.03º 0.88% 0.65% -
XYZ 14.76 18.08 38.79 -
YUV 99.45 165.55 71.33 -
System Red Green Blue C M Y K H S L
Decimal 20 127 166 0.88 0.23 0 0.35 196.03 0.78 0.36
Hex 14 7F A6 58 17 0 23 C4 4E 24
Octal 24 177 246 130 27 0 43 304 116 44
Binary 10100 1111111 10100110 1011000 10111 0 100011 11000100 1001110 100100

Color Harmonies of #147FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FA6

Black with #147FA6

Text Example


Text Example

White with #147FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,166); }

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

background-color css

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

 a { background-color: rgb(20,127,166); }

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

border-color css

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

 span { border-color: rgb(20,127,166); }

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