Html Css Color HEX #147DBA Cerulean

📋 copy color: '#147DBA'

red 20 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #147DBA

Tints of Cerulean #147DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 6.04%
G = 37.76%
B = 56.19%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147DBA (or 0x147DBA) is known color: Cerulean. HEX triplet: 14, 7D and BA. RGB value is (20,125,186). Sum of RGB (Red+Green+Blue) = 20+125+186=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #147DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DBA is #EB8245. Grayscale: #646464. Windows color (decimal): -15434310 or 12221716. OLE color: 12221716.

HSL color Cylindrical-coordinate representation of color #147DBA: hue angle of 202.05º degrees, saturation: 0.81, 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 #147DBA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 125 186 -
CMYK 0.89 0.33 0 0.27
HSL 202.05º 0.81% 0.4% -
HSV(B) 202.05º 0.89% 0.73% -
XYZ 16.49 18.36 49.13 -
YUV 100.56 176.21 70.54 -
System Red Green Blue C M Y K H S L
Decimal 20 125 186 0.89 0.33 0 0.27 202.05 0.81 0.4
Hex 14 7D BA 59 21 0 1B CA 51 28
Octal 24 175 272 131 41 0 33 312 121 50
Binary 10100 1111101 10111010 1011001 100001 0 11011 11001010 1010001 101000

Color Harmonies of #147DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DBA

Black with #147DBA

Text Example


Text Example

White with #147DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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