Html Css Color HEX #147EBA Cerulean

📋 copy color: '#147EBA'

red 20 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #147EBA

Tints of Cerulean #147EBA

RGB

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

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

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

R = 6.02%
G = 37.95%
B = 56.02%

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

#147EBA (or 0x147EBA) is known color: Cerulean. HEX triplet: 14, 7E and BA. RGB value is (20,126,186). Sum of RGB (Red+Green+Blue) = 20+126+186=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #147EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EBA is #EB8145. Grayscale: #646464. Windows color (decimal): -15434054 or 12221972. OLE color: 12221972.

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

Color convert

RGB 20 126 186 -
CMYK 0.89 0.32 0 0.27
HSL 201.69º 0.81% 0.4% -
HSV(B) 201.69º 0.89% 0.73% -
XYZ 16.61 18.62 49.17 -
YUV 101.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 20 126 186 0.89 0.32 0 0.27 201.69 0.81 0.4
Hex 14 7E BA 59 20 0 1B CA 51 28
Octal 24 176 272 131 40 0 33 312 121 50
Binary 10100 1111110 10111010 1011001 100000 0 11011 11001010 1010001 101000

Color Harmonies of #147EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EBA

Black with #147EBA

Text Example


Text Example

White with #147EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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