Html Css Color HEX #147B9F Cerulean

📋 copy color: '#147B9F'

red 20 ◦ green 123 ◦ blue 159

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

Shades of Cerulean #147B9F

Tints of Cerulean #147B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 6.62%
G = 40.73%
B = 52.65%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#147B9F (or 0x147B9F) is known color: Cerulean. HEX triplet: 14, 7B and 9F. RGB value is (20,123,159). Sum of RGB (Red+Green+Blue) = 20+123+159=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #147B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B9F is #EB8460. Grayscale: #606060. Windows color (decimal): -15434849 or 10451732. OLE color: 10451732.

HSL color Cylindrical-coordinate representation of color #147B9F: hue angle of 195.54º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147B9F is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 123 159 -
CMYK 0.87 0.23 0 0.38
HSL 195.54º 0.78% 0.35% -
HSV(B) 195.54º 0.87% 0.62% -
XYZ 13.63 16.82 35.33 -
YUV 96.31 163.38 73.57 -
System Red Green Blue C M Y K H S L
Decimal 20 123 159 0.87 0.23 0 0.38 195.54 0.78 0.35
Hex 14 7B 9F 57 17 0 26 C4 4E 23
Octal 24 173 237 127 27 0 46 304 116 43
Binary 10100 1111011 10011111 1010111 10111 0 100110 11000100 1001110 100011

Color Harmonies of #147B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B9F

Black with #147B9F

Text Example


Text Example

White with #147B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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