Html Css Color HEX #147D9F Cerulean

📋 copy color: '#147D9F'

red 20 ◦ green 125 ◦ blue 159

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

Shades of Cerulean #147D9F

Tints of Cerulean #147D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 6.58%
G = 41.12%
B = 52.3%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#147D9F (or 0x147D9F) is known color: Cerulean. HEX triplet: 14, 7D and 9F. RGB value is (20,125,159). Sum of RGB (Red+Green+Blue) = 20+125+159=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #147D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D9F is #EB8260. Grayscale: #616161. Windows color (decimal): -15434337 or 10452244. OLE color: 10452244.

HSL color Cylindrical-coordinate representation of color #147D9F: hue angle of 194.68º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147D9F is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 125 159 -
CMYK 0.87 0.21 0 0.38
HSL 194.68º 0.78% 0.35% -
HSV(B) 194.68º 0.87% 0.62% -
XYZ 13.88 17.32 35.41 -
YUV 97.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 20 125 159 0.87 0.21 0 0.38 194.68 0.78 0.35
Hex 14 7D 9F 57 15 0 26 C3 4E 23
Octal 24 175 237 127 25 0 46 303 116 43
Binary 10100 1111101 10011111 1010111 10101 0 100110 11000011 1001110 100011

Color Harmonies of #147D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D9F

Black with #147D9F

Text Example


Text Example

White with #147D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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