Html Css Color HEX #147CBB Cerulean

📋 copy color: '#147CBB'

red 20 ◦ green 124 ◦ blue 187

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

Shades of Cerulean #147CBB

Tints of Cerulean #147CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

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

R = 6.04%
G = 37.46%
B = 56.5%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147CBB (or 0x147CBB) is known color: Cerulean. HEX triplet: 14, 7C and BB. RGB value is (20,124,187). Sum of RGB (Red+Green+Blue) = 20+124+187=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #147CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CBB is #EB8344. Grayscale: #636363. Windows color (decimal): -15434565 or 12286996. OLE color: 12286996.

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

Color convert

RGB 20 124 187 -
CMYK 0.89 0.34 0 0.27
HSL 202.63º 0.81% 0.41% -
HSV(B) 202.63º 0.89% 0.73% -
XYZ 16.47 18.15 49.65 -
YUV 100.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 20 124 187 0.89 0.34 0 0.27 202.63 0.81 0.41
Hex 14 7C BB 59 22 0 1B CB 51 29
Octal 24 174 273 131 42 0 33 313 121 51
Binary 10100 1111100 10111011 1011001 100010 0 11011 11001011 1010001 101001

Color Harmonies of #147CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CBB

Black with #147CBB

Text Example


Text Example

White with #147CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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