Html Css Color HEX #147FA3 Cerulean

📋 copy color: '#147FA3'

red 20 ◦ green 127 ◦ blue 163

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

Shades of Cerulean #147FA3

Tints of Cerulean #147FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.58%

R = 6.45%
G = 40.97%
B = 52.58%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#147FA3 (or 0x147FA3) is known color: Cerulean. HEX triplet: 14, 7F and A3. RGB value is (20,127,163). Sum of RGB (Red+Green+Blue) = 20+127+163=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #147FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147FA3 is #EB805C. Grayscale: #626262. Windows color (decimal): -15433821 or 10714900. OLE color: 10714900.

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

Color convert

RGB 20 127 163 -
CMYK 0.88 0.22 0 0.36
HSL 195.1º 0.78% 0.36% -
HSV(B) 195.1º 0.88% 0.64% -
XYZ 14.49 17.97 37.36 -
YUV 99.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 20 127 163 0.88 0.22 0 0.36 195.1 0.78 0.36
Hex 14 7F A3 58 16 0 24 C3 4E 24
Octal 24 177 243 130 26 0 44 303 116 44
Binary 10100 1111111 10100011 1011000 10110 0 100100 11000011 1001110 100100

Color Harmonies of #147FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FA3

Black with #147FA3

Text Example


Text Example

White with #147FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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