Html Css Color HEX #147BAF Cerulean

📋 copy color: '#147BAF'

red 20 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #147BAF

Tints of Cerulean #147BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 6.29%
G = 38.68%
B = 55.03%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#147BAF (or 0x147BAF) is known color: Cerulean. HEX triplet: 14, 7B and AF. RGB value is (20,123,175). Sum of RGB (Red+Green+Blue) = 20+123+175=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #147BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BAF is #EB8450. Grayscale: #616161. Windows color (decimal): -15434833 or 11500308. OLE color: 11500308.

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

Color convert

RGB 20 123 175 -
CMYK 0.89 0.30 0 0.31
HSL 200.13º 0.79% 0.38% -
HSV(B) 200.13º 0.89% 0.69% -
XYZ 15.11 17.41 43.12 -
YUV 98.13 171.38 72.27 -
System Red Green Blue C M Y K H S L
Decimal 20 123 175 0.89 0.30 0 0.31 200.13 0.79 0.38
Hex 14 7B AF 59 1E 0 1F C8 4F 26
Octal 24 173 257 131 36 0 37 310 117 46
Binary 10100 1111011 10101111 1011001 11110 0 11111 11001000 1001111 100110

Color Harmonies of #147BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BAF

Black with #147BAF

Text Example


Text Example

White with #147BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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