Html Css Color HEX #147BAB Cerulean

📋 copy color: '#147BAB'

red 20 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #147BAB

Tints of Cerulean #147BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 6.37%
G = 39.17%
B = 54.46%

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

#147BAB (or 0x147BAB) is known color: Cerulean. HEX triplet: 14, 7B and AB. RGB value is (20,123,171). Sum of RGB (Red+Green+Blue) = 20+123+171=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #147BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147BAB is #EB8454. Grayscale: #616161. Windows color (decimal): -15434837 or 11238164. OLE color: 11238164.

HSL color Cylindrical-coordinate representation of color #147BAB: hue angle of 199.07º 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 #147BAB is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 123 171 -
CMYK 0.88 0.28 0 0.33
HSL 199.07º 0.79% 0.37% -
HSV(B) 199.07º 0.88% 0.67% -
XYZ 14.72 17.25 41.08 -
YUV 97.68 169.38 72.6 -
System Red Green Blue C M Y K H S L
Decimal 20 123 171 0.88 0.28 0 0.33 199.07 0.79 0.37
Hex 14 7B AB 58 1C 0 21 C7 4F 25
Octal 24 173 253 130 34 0 41 307 117 45
Binary 10100 1111011 10101011 1011000 11100 0 100001 11000111 1001111 100101

Color Harmonies of #147BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147BAB

Black with #147BAB

Text Example


Text Example

White with #147BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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