Html Css Color HEX #147CB5 Cerulean

📋 copy color: '#147CB5'

red 20 ◦ green 124 ◦ blue 181

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

Shades of Cerulean #147CB5

Tints of Cerulean #147CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 55.69%

R = 6.15%
G = 38.15%
B = 55.69%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#147CB5 (or 0x147CB5) is known color: Cerulean. HEX triplet: 14, 7C and B5. RGB value is (20,124,181). Sum of RGB (Red+Green+Blue) = 20+124+181=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 181 (71.09% from 255 or 55.69% from 325); Max value from RGB is 181 - color contains mainly: blue. Hex color #147CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CB5 is #EB834A. Grayscale: #636363. Windows color (decimal): -15434571 or 11893780. OLE color: 11893780.

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

Color convert

RGB 20 124 181 -
CMYK 0.89 0.31 0 0.29
HSL 201.24º 0.8% 0.39% -
HSV(B) 201.24º 0.89% 0.71% -
XYZ 15.84 17.9 46.34 -
YUV 99.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 20 124 181 0.89 0.31 0 0.29 201.24 0.8 0.39
Hex 14 7C B5 59 1F 0 1D C9 50 27
Octal 24 174 265 131 37 0 35 311 120 47
Binary 10100 1111100 10110101 1011001 11111 0 11101 11001001 1010000 100111

Color Harmonies of #147CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CB5

Black with #147CB5

Text Example


Text Example

White with #147CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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