Html Css Color HEX #147DAC Cerulean

📋 copy color: '#147DAC'

red 20 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #147DAC

Tints of Cerulean #147DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.43%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 6.31%
G = 39.43%
B = 54.26%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#147DAC (or 0x147DAC) is known color: Cerulean. HEX triplet: 14, 7D and AC. RGB value is (20,125,172). Sum of RGB (Red+Green+Blue) = 20+125+172=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #147DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147DAC is #EB8253. Grayscale: #626262. Windows color (decimal): -15434324 or 11304212. OLE color: 11304212.

HSL color Cylindrical-coordinate representation of color #147DAC: hue angle of 198.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147DAC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 125 172 -
CMYK 0.88 0.27 0 0.33
HSL 198.55º 0.79% 0.38% -
HSV(B) 198.55º 0.88% 0.67% -
XYZ 15.07 17.79 41.67 -
YUV 98.96 169.21 71.68 -
System Red Green Blue C M Y K H S L
Decimal 20 125 172 0.88 0.27 0 0.33 198.55 0.79 0.38
Hex 14 7D AC 58 1B 0 21 C7 4F 26
Octal 24 175 254 130 33 0 41 307 117 46
Binary 10100 1111101 10101100 1011000 11011 0 100001 11000111 1001111 100110

Color Harmonies of #147DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DAC

Black with #147DAC

Text Example


Text Example

White with #147DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,172); }

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

background-color css

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

 a { background-color: rgb(20,125,172); }

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

border-color css

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

 span { border-color: rgb(20,125,172); }

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