Html Css Color HEX #147FBB Cerulean

📋 copy color: '#147FBB'

red 20 ◦ green 127 ◦ blue 187

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

Shades of Cerulean #147FBB

Tints of Cerulean #147FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

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

R = 5.99%
G = 38.02%
B = 55.99%

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

#147FBB (or 0x147FBB) is known color: Cerulean. HEX triplet: 14, 7F and BB. RGB value is (20,127,187). Sum of RGB (Red+Green+Blue) = 20+127+187=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #147FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FBB is #EB8044. Grayscale: #656565. Windows color (decimal): -15433797 or 12287764. OLE color: 12287764.

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

Color convert

RGB 20 127 187 -
CMYK 0.89 0.32 0 0.27
HSL 201.56º 0.81% 0.41% -
HSV(B) 201.56º 0.89% 0.73% -
XYZ 16.85 18.92 49.78 -
YUV 101.85 176.05 69.62 -
System Red Green Blue C M Y K H S L
Decimal 20 127 187 0.89 0.32 0 0.27 201.56 0.81 0.41
Hex 14 7F BB 59 20 0 1B CA 51 29
Octal 24 177 273 131 40 0 33 312 121 51
Binary 10100 1111111 10111011 1011001 100000 0 11011 11001010 1010001 101001

Color Harmonies of #147FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FBB

Black with #147FBB

Text Example


Text Example

White with #147FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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