Html Css Color HEX #147BAA Cerulean

📋 copy color: '#147BAA'

red 20 ◦ green 123 ◦ blue 170

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

Shades of Cerulean #147BAA

Tints of Cerulean #147BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 6.39%
G = 39.3%
B = 54.31%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#147BAA (or 0x147BAA) is known color: Cerulean. HEX triplet: 14, 7B and AA. RGB value is (20,123,170). Sum of RGB (Red+Green+Blue) = 20+123+170=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #147BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BAA is #EB8455. Grayscale: #616161. Windows color (decimal): -15434838 or 11172628. OLE color: 11172628.

HSL color Cylindrical-coordinate representation of color #147BAA: hue angle of 198.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #147BAA is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 123 170 -
CMYK 0.88 0.28 0 0.33
HSL 198.8º 0.79% 0.37% -
HSV(B) 198.8º 0.88% 0.67% -
XYZ 14.63 17.22 40.58 -
YUV 97.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 20 123 170 0.88 0.28 0 0.33 198.8 0.79 0.37
Hex 14 7B AA 58 1C 0 21 C7 4F 25
Octal 24 173 252 130 34 0 41 307 117 45
Binary 10100 1111011 10101010 1011000 11100 0 100001 11000111 1001111 100101

Color Harmonies of #147BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BAA

Black with #147BAA

Text Example


Text Example

White with #147BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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