Html Css Color HEX #147CB9 Cerulean

📋 copy color: '#147CB9'

red 20 ◦ green 124 ◦ blue 185

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

Shades of Cerulean #147CB9

Tints of Cerulean #147CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.23%

R = 6.08%
G = 37.69%
B = 56.23%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147CB9 (or 0x147CB9) is known color: Cerulean. HEX triplet: 14, 7C and B9. RGB value is (20,124,185). Sum of RGB (Red+Green+Blue) = 20+124+185=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #147CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CB9 is #EB8346. Grayscale: #636363. Windows color (decimal): -15434567 or 12155924. OLE color: 12155924.

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

Color convert

RGB 20 124 185 -
CMYK 0.89 0.33 0 0.27
HSL 202.18º 0.8% 0.4% -
HSV(B) 202.18º 0.89% 0.73% -
XYZ 16.25 18.07 48.53 -
YUV 99.86 176.04 71.04 -
System Red Green Blue C M Y K H S L
Decimal 20 124 185 0.89 0.33 0 0.27 202.18 0.8 0.4
Hex 14 7C B9 59 21 0 1B CA 50 28
Octal 24 174 271 131 41 0 33 312 120 50
Binary 10100 1111100 10111001 1011001 100001 0 11011 11001010 1010000 101000

Color Harmonies of #147CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CB9

Black with #147CB9

Text Example


Text Example

White with #147CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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