Html Css Color HEX #14829B Eastern Blue

📋 copy color: '#14829B'

red 20 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #14829B

Tints of Eastern Blue #14829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 6.56%
G = 42.62%
B = 50.82%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14829B (or 0x14829B) is known color: Eastern Blue. HEX triplet: 14, 82 and 9B. RGB value is (20,130,155). Sum of RGB (Red+Green+Blue) = 20+130+155=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #14829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14829B is #EB7D64. Grayscale: #636363. Windows color (decimal): -15433061 or 10191380. OLE color: 10191380.

HSL color Cylindrical-coordinate representation of color #14829B: hue angle of 191.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14829B is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 130 155 -
CMYK 0.87 0.16 0 0.39
HSL 191.11º 0.77% 0.34% -
HSV(B) 191.11º 0.87% 0.61% -
XYZ 14.19 18.48 33.83 -
YUV 99.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 20 130 155 0.87 0.16 0 0.39 191.11 0.77 0.34
Hex 14 82 9B 57 10 0 27 BF 4D 22
Octal 24 202 233 127 20 0 47 277 115 42
Binary 10100 10000010 10011011 1010111 10000 0 100111 10111111 1001101 100010

Color Harmonies of #14829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14829B

Black with #14829B

Text Example


Text Example

White with #14829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14829B; }

 p { color: rgb(20,130,155); }

 H1.HeaderClassName
 {
   color: #14829B;
 }
 .AnyTagClassName
 {
   color: #14829B;
 }
</style>

background-color css

<style>
 a { background-color: #14829B; }

 a { background-color: rgb(20,130,155); }

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

border-color css

<style>
 span { border-color: #14829B; }

 span { border-color: rgb(20,130,155); }

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