Html Css Color HEX #14819F Eastern Blue

📋 copy color: '#14819F'

red 20 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #14819F

Tints of Eastern Blue #14819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.88%

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

R = 6.49%
G = 41.88%
B = 51.62%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14819F (or 0x14819F) is known color: Eastern Blue. HEX triplet: 14, 81 and 9F. RGB value is (20,129,159). Sum of RGB (Red+Green+Blue) = 20+129+159=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #14819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14819F is #EB7E60. Grayscale: #636363. Windows color (decimal): -15433313 or 10453268. OLE color: 10453268.

HSL color Cylindrical-coordinate representation of color #14819F: hue angle of 192.95º 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 #14819F is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 129 159 -
CMYK 0.87 0.19 0 0.38
HSL 192.95º 0.78% 0.35% -
HSV(B) 192.95º 0.87% 0.62% -
XYZ 14.4 18.35 35.58 -
YUV 99.83 161.39 71.06 -
System Red Green Blue C M Y K H S L
Decimal 20 129 159 0.87 0.19 0 0.38 192.95 0.78 0.35
Hex 14 81 9F 57 13 0 26 C1 4E 23
Octal 24 201 237 127 23 0 46 301 116 43
Binary 10100 10000001 10011111 1010111 10011 0 100110 11000001 1001110 100011

Color Harmonies of #14819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14819F

Black with #14819F

Text Example


Text Example

White with #14819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14819F; }

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

 H1.HeaderClassName
 {
   color: #14819F;
 }
 .AnyTagClassName
 {
   color: #14819F;
 }
</style>

background-color css

<style>
 a { background-color: #14819F; }

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

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

border-color css

<style>
 span { border-color: #14819F; }

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

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