Html Css Color HEX #147CA5 Cerulean

📋 copy color: '#147CA5'

red 20 ◦ green 124 ◦ blue 165

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

Shades of Cerulean #147CA5

Tints of Cerulean #147CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.4%

R = 6.47%
G = 40.13%
B = 53.4%

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

#147CA5 (or 0x147CA5) is known color: Cerulean. HEX triplet: 14, 7C and A5. RGB value is (20,124,165). Sum of RGB (Red+Green+Blue) = 20+124+165=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #147CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CA5 is #EB835A. Grayscale: #616161. Windows color (decimal): -15434587 or 10845204. OLE color: 10845204.

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

Color convert

RGB 20 124 165 -
CMYK 0.88 0.25 0 0.35
HSL 196.97º 0.78% 0.36% -
HSV(B) 196.97º 0.88% 0.65% -
XYZ 14.29 17.28 38.18 -
YUV 97.58 166.04 72.67 -
System Red Green Blue C M Y K H S L
Decimal 20 124 165 0.88 0.25 0 0.35 196.97 0.78 0.36
Hex 14 7C A5 58 19 0 23 C5 4E 24
Octal 24 174 245 130 31 0 43 305 116 44
Binary 10100 1111100 10100101 1011000 11001 0 100011 11000101 1001110 100100

Color Harmonies of #147CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CA5

Black with #147CA5

Text Example


Text Example

White with #147CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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