Html Css Color HEX #147BA9 Cerulean

📋 copy color: '#147BA9'

red 20 ◦ green 123 ◦ blue 169

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

Shades of Cerulean #147BA9

Tints of Cerulean #147BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 54.17%

R = 6.41%
G = 39.42%
B = 54.17%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#147BA9 (or 0x147BA9) is known color: Cerulean. HEX triplet: 14, 7B and A9. RGB value is (20,123,169). Sum of RGB (Red+Green+Blue) = 20+123+169=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #147BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BA9 is #EB8456. Grayscale: #616161. Windows color (decimal): -15434839 or 11107092. OLE color: 11107092.

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

Color convert

RGB 20 123 169 -
CMYK 0.88 0.27 0 0.34
HSL 198.52º 0.79% 0.37% -
HSV(B) 198.52º 0.88% 0.66% -
XYZ 14.53 17.18 40.09 -
YUV 97.45 168.38 72.76 -
System Red Green Blue C M Y K H S L
Decimal 20 123 169 0.88 0.27 0 0.34 198.52 0.79 0.37
Hex 14 7B A9 58 1B 0 22 C7 4F 25
Octal 24 173 251 130 33 0 42 307 117 45
Binary 10100 1111011 10101001 1011000 11011 0 100010 11000111 1001111 100101

Color Harmonies of #147BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BA9

Black with #147BA9

Text Example


Text Example

White with #147BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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