Html Css Color HEX #147BB0 Cerulean

📋 copy color: '#147BB0'

red 20 ◦ green 123 ◦ blue 176

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

Shades of Cerulean #147BB0

Tints of Cerulean #147BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 55.17%

R = 6.27%
G = 38.56%
B = 55.17%

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

#147BB0 (or 0x147BB0) is known color: Cerulean. HEX triplet: 14, 7B and B0. RGB value is (20,123,176). Sum of RGB (Red+Green+Blue) = 20+123+176=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #147BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BB0 is #EB844F. Grayscale: #616161. Windows color (decimal): -15434832 or 11565844. OLE color: 11565844.

HSL color Cylindrical-coordinate representation of color #147BB0: hue angle of 200.38º degrees, saturation: 0.8, 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 #147BB0 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 123 176 -
CMYK 0.89 0.30 0 0.31
HSL 200.38º 0.8% 0.38% -
HSV(B) 200.38º 0.89% 0.69% -
XYZ 15.21 17.45 43.64 -
YUV 98.25 171.88 72.19 -
System Red Green Blue C M Y K H S L
Decimal 20 123 176 0.89 0.30 0 0.31 200.38 0.8 0.38
Hex 14 7B B0 59 1E 0 1F C8 50 26
Octal 24 173 260 131 36 0 37 310 120 46
Binary 10100 1111011 10110000 1011001 11110 0 11111 11001000 1010000 100110

Color Harmonies of #147BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BB0

Black with #147BB0

Text Example


Text Example

White with #147BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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