Html Css Color HEX #147CA4 Cerulean

📋 copy color: '#147CA4'

red 20 ◦ green 124 ◦ blue 164

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

Shades of Cerulean #147CA4

Tints of Cerulean #147CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 6.49%
G = 40.26%
B = 53.25%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#147CA4 (or 0x147CA4) is known color: Cerulean. HEX triplet: 14, 7C and A4. RGB value is (20,124,164). Sum of RGB (Red+Green+Blue) = 20+124+164=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #147CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147CA4 is #EB835B. Grayscale: #616161. Windows color (decimal): -15434588 or 10779668. OLE color: 10779668.

HSL color Cylindrical-coordinate representation of color #147CA4: hue angle of 196.67º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147CA4 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 124 164 -
CMYK 0.88 0.24 0 0.36
HSL 196.67º 0.78% 0.36% -
HSV(B) 196.67º 0.88% 0.64% -
XYZ 14.2 17.24 37.7 -
YUV 97.46 165.54 72.75 -
System Red Green Blue C M Y K H S L
Decimal 20 124 164 0.88 0.24 0 0.36 196.67 0.78 0.36
Hex 14 7C A4 58 18 0 24 C5 4E 24
Octal 24 174 244 130 30 0 44 305 116 44
Binary 10100 1111100 10100100 1011000 11000 0 100100 11000101 1001110 100100

Color Harmonies of #147CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CA4

Black with #147CA4

Text Example


Text Example

White with #147CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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