Html Css Color HEX #147CB6 Cerulean

📋 copy color: '#147CB6'

red 20 ◦ green 124 ◦ blue 182

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

Shades of Cerulean #147CB6

Tints of Cerulean #147CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.83%

R = 6.13%
G = 38.04%
B = 55.83%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#147CB6 (or 0x147CB6) is known color: Cerulean. HEX triplet: 14, 7C and B6. RGB value is (20,124,182). Sum of RGB (Red+Green+Blue) = 20+124+182=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 182 (71.48% from 255 or 55.83% from 326); Max value from RGB is 182 - color contains mainly: blue. Hex color #147CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CB6 is #EB8349. Grayscale: #636363. Windows color (decimal): -15434570 or 11959316. OLE color: 11959316.

HSL color Cylindrical-coordinate representation of color #147CB6: hue angle of 201.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147CB6 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 124 182 -
CMYK 0.89 0.32 0 0.29
HSL 201.48º 0.8% 0.4% -
HSV(B) 201.48º 0.89% 0.71% -
XYZ 15.94 17.94 46.88 -
YUV 99.52 174.54 71.28 -
System Red Green Blue C M Y K H S L
Decimal 20 124 182 0.89 0.32 0 0.29 201.48 0.8 0.4
Hex 14 7C B6 59 20 0 1D C9 50 28
Octal 24 174 266 131 40 0 35 311 120 50
Binary 10100 1111100 10110110 1011001 100000 0 11101 11001001 1010000 101000

Color Harmonies of #147CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CB6

Black with #147CB6

Text Example


Text Example

White with #147CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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