Html Css Color HEX #147CA6 Cerulean

📋 copy color: '#147CA6'

red 20 ◦ green 124 ◦ blue 166

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

Shades of Cerulean #147CA6

Tints of Cerulean #147CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

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

R = 6.45%
G = 40%
B = 53.55%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#147CA6 (or 0x147CA6) is known color: Cerulean. HEX triplet: 14, 7C and A6. RGB value is (20,124,166). Sum of RGB (Red+Green+Blue) = 20+124+166=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #147CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CA6 is #EB8359. Grayscale: #616161. Windows color (decimal): -15434586 or 10910740. OLE color: 10910740.

HSL color Cylindrical-coordinate representation of color #147CA6: hue angle of 197.26º 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 #147CA6 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 124 166 -
CMYK 0.88 0.25 0 0.35
HSL 197.26º 0.78% 0.36% -
HSV(B) 197.26º 0.88% 0.65% -
XYZ 14.38 17.32 38.66 -
YUV 97.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 20 124 166 0.88 0.25 0 0.35 197.26 0.78 0.36
Hex 14 7C A6 58 19 0 23 C5 4E 24
Octal 24 174 246 130 31 0 43 305 116 44
Binary 10100 1111100 10100110 1011000 11001 0 100011 11000101 1001110 100100

Color Harmonies of #147CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CA6

Black with #147CA6

Text Example


Text Example

White with #147CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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