Html Css Color HEX #147EBB Cerulean

📋 copy color: '#147EBB'

red 20 ◦ green 126 ◦ blue 187

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

Shades of Cerulean #147EBB

Tints of Cerulean #147EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 6.01%
G = 37.84%
B = 56.16%

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

#147EBB (or 0x147EBB) is known color: Cerulean. HEX triplet: 14, 7E and BB. RGB value is (20,126,187). Sum of RGB (Red+Green+Blue) = 20+126+187=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #147EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EBB is #EB8144. Grayscale: #646464. Windows color (decimal): -15434053 or 12287508. OLE color: 12287508.

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

Color convert

RGB 20 126 187 -
CMYK 0.89 0.33 0 0.27
HSL 201.92º 0.81% 0.41% -
HSV(B) 201.92º 0.89% 0.73% -
XYZ 16.72 18.66 49.73 -
YUV 101.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 20 126 187 0.89 0.33 0 0.27 201.92 0.81 0.41
Hex 14 7E BB 59 21 0 1B CA 51 29
Octal 24 176 273 131 41 0 33 312 121 51
Binary 10100 1111110 10111011 1011001 100001 0 11011 11001010 1010001 101001

Color Harmonies of #147EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EBB

Black with #147EBB

Text Example


Text Example

White with #147EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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