Html Css Color HEX #147CBC Cerulean

📋 copy color: '#147CBC'

red 20 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #147CBC

Tints of Cerulean #147CBC

RGB

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

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

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

R = 6.02%
G = 37.35%
B = 56.63%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#147CBC (or 0x147CBC) is known color: Cerulean. HEX triplet: 14, 7C and BC. RGB value is (20,124,188). Sum of RGB (Red+Green+Blue) = 20+124+188=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #147CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CBC is #EB8343. Grayscale: #636363. Windows color (decimal): -15434564 or 12352532. OLE color: 12352532.

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

Color convert

RGB 20 124 188 -
CMYK 0.89 0.34 0 0.26
HSL 202.86º 0.81% 0.41% -
HSV(B) 202.86º 0.89% 0.74% -
XYZ 16.57 18.19 50.22 -
YUV 100.2 177.54 70.8 -
System Red Green Blue C M Y K H S L
Decimal 20 124 188 0.89 0.34 0 0.26 202.86 0.81 0.41
Hex 14 7C BC 59 22 0 1A CB 51 29
Octal 24 174 274 131 42 0 32 313 121 51
Binary 10100 1111100 10111100 1011001 100010 0 11010 11001011 1010001 101001

Color Harmonies of #147CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CBC

Black with #147CBC

Text Example


Text Example

White with #147CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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