Html Css Color HEX #147DAA Cerulean

📋 copy color: '#147DAA'

red 20 ◦ green 125 ◦ blue 170

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

Shades of Cerulean #147DAA

Tints of Cerulean #147DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 6.35%
G = 39.68%
B = 53.97%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#147DAA (or 0x147DAA) is known color: Cerulean. HEX triplet: 14, 7D and AA. RGB value is (20,125,170). Sum of RGB (Red+Green+Blue) = 20+125+170=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #147DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147DAA is #EB8255. Grayscale: #626262. Windows color (decimal): -15434326 or 11173140. OLE color: 11173140.

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

Color convert

RGB 20 125 170 -
CMYK 0.88 0.26 0 0.33
HSL 198º 0.79% 0.37% -
HSV(B) 198º 0.88% 0.67% -
XYZ 14.88 17.72 40.67 -
YUV 98.74 168.21 71.84 -
System Red Green Blue C M Y K H S L
Decimal 20 125 170 0.88 0.26 0 0.33 198 0.79 0.37
Hex 14 7D AA 58 1A 0 21 C6 4F 25
Octal 24 175 252 130 32 0 41 306 117 45
Binary 10100 1111101 10101010 1011000 11010 0 100001 11000110 1001111 100101

Color Harmonies of #147DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DAA

Black with #147DAA

Text Example


Text Example

White with #147DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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