Html Css Color HEX #147FA4 Cerulean

📋 copy color: '#147FA4'

red 20 ◦ green 127 ◦ blue 164

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

Shades of Cerulean #147FA4

Tints of Cerulean #147FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

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

R = 6.43%
G = 40.84%
B = 52.73%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#147FA4 (or 0x147FA4) is known color: Cerulean. HEX triplet: 14, 7F and A4. RGB value is (20,127,164). Sum of RGB (Red+Green+Blue) = 20+127+164=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #147FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147FA4 is #EB805B. Grayscale: #626262. Windows color (decimal): -15433820 or 10780436. OLE color: 10780436.

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

Color convert

RGB 20 127 164 -
CMYK 0.88 0.23 0 0.36
HSL 195.42º 0.78% 0.36% -
HSV(B) 195.42º 0.88% 0.64% -
XYZ 14.58 18.01 37.83 -
YUV 99.23 164.55 71.49 -
System Red Green Blue C M Y K H S L
Decimal 20 127 164 0.88 0.23 0 0.36 195.42 0.78 0.36
Hex 14 7F A4 58 17 0 24 C3 4E 24
Octal 24 177 244 130 27 0 44 303 116 44
Binary 10100 1111111 10100100 1011000 10111 0 100100 11000011 1001110 100100

Color Harmonies of #147FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FA4

Black with #147FA4

Text Example


Text Example

White with #147FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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