Html Css Color HEX #147BAE Cerulean

📋 copy color: '#147BAE'

red 20 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #147BAE

Tints of Cerulean #147BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.8%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 6.31%
G = 38.8%
B = 54.89%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#147BAE (or 0x147BAE) is known color: Cerulean. HEX triplet: 14, 7B and AE. RGB value is (20,123,174). Sum of RGB (Red+Green+Blue) = 20+123+174=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #147BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BAE is #EB8451. Grayscale: #616161. Windows color (decimal): -15434834 or 11434772. OLE color: 11434772.

HSL color Cylindrical-coordinate representation of color #147BAE: hue angle of 199.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147BAE is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 123 174 -
CMYK 0.89 0.29 0 0.32
HSL 199.87º 0.79% 0.38% -
HSV(B) 199.87º 0.89% 0.68% -
XYZ 15.01 17.37 42.61 -
YUV 98.02 170.88 72.35 -
System Red Green Blue C M Y K H S L
Decimal 20 123 174 0.89 0.29 0 0.32 199.87 0.79 0.38
Hex 14 7B AE 59 1D 0 20 C8 4F 26
Octal 24 173 256 131 35 0 40 310 117 46
Binary 10100 1111011 10101110 1011001 11101 0 100000 11001000 1001111 100110

Color Harmonies of #147BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BAE

Black with #147BAE

Text Example


Text Example

White with #147BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,123,174); }

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

background-color css

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

 a { background-color: rgb(20,123,174); }

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

border-color css

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

 span { border-color: rgb(20,123,174); }

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