Html Css Color HEX #147DB9 Cerulean

📋 copy color: '#147DB9'

red 20 ◦ green 125 ◦ blue 185

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

Shades of Cerulean #147DB9

Tints of Cerulean #147DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.06%

R = 6.06%
G = 37.88%
B = 56.06%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147DB9 (or 0x147DB9) is known color: Cerulean. HEX triplet: 14, 7D and B9. RGB value is (20,125,185). Sum of RGB (Red+Green+Blue) = 20+125+185=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #147DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DB9 is #EB8246. Grayscale: #646464. Windows color (decimal): -15434311 or 12156180. OLE color: 12156180.

HSL color Cylindrical-coordinate representation of color #147DB9: hue angle of 201.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DB9 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 125 185 -
CMYK 0.89 0.32 0 0.27
HSL 201.82º 0.8% 0.4% -
HSV(B) 201.82º 0.89% 0.73% -
XYZ 16.38 18.32 48.57 -
YUV 100.45 175.71 70.62 -
System Red Green Blue C M Y K H S L
Decimal 20 125 185 0.89 0.32 0 0.27 201.82 0.8 0.4
Hex 14 7D B9 59 20 0 1B CA 50 28
Octal 24 175 271 131 40 0 33 312 120 50
Binary 10100 1111101 10111001 1011001 100000 0 11011 11001010 1010000 101000

Color Harmonies of #147DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DB9

Black with #147DB9

Text Example


Text Example

White with #147DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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