Html Css Color HEX #147EBC Cerulean

📋 copy color: '#147EBC'

red 20 ◦ green 126 ◦ blue 188

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

Shades of Cerulean #147EBC

Tints of Cerulean #147EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 5.99%
G = 37.72%
B = 56.29%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#147EBC (or 0x147EBC) is known color: Cerulean. HEX triplet: 14, 7E and BC. RGB value is (20,126,188). Sum of RGB (Red+Green+Blue) = 20+126+188=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #147EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EBC is #EB8143. Grayscale: #656565. Windows color (decimal): -15434052 or 12353044. OLE color: 12353044.

HSL color Cylindrical-coordinate representation of color #147EBC: hue angle of 202.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147EBC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 126 188 -
CMYK 0.89 0.33 0 0.26
HSL 202.14º 0.81% 0.41% -
HSV(B) 202.14º 0.89% 0.74% -
XYZ 16.83 18.7 50.3 -
YUV 101.37 176.88 69.96 -
System Red Green Blue C M Y K H S L
Decimal 20 126 188 0.89 0.33 0 0.26 202.14 0.81 0.41
Hex 14 7E BC 59 21 0 1A CA 51 29
Octal 24 176 274 131 41 0 32 312 121 51
Binary 10100 1111110 10111100 1011001 100001 0 11010 11001010 1010001 101001

Color Harmonies of #147EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EBC

Black with #147EBC

Text Example


Text Example

White with #147EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,126,188); }

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

background-color css

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

 a { background-color: rgb(20,126,188); }

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

border-color css

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

 span { border-color: rgb(20,126,188); }

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