Html Css Color HEX #16849B Eastern Blue

📋 copy color: '#16849B'

red 22 ◦ green 132 ◦ blue 155

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

Shades of Eastern Blue #16849B

Tints of Eastern Blue #16849B

RGB

 RED value IS 22 (8.98% from 255) = 7.12%

 GREEN value IS 132 (51.95% from 255) = 42.72%

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

R = 7.12%
G = 42.72%
B = 50.16%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#16849B (or 0x16849B) is known color: Eastern Blue. HEX triplet: 16, 84 and 9B. RGB value is (22,132,155). Sum of RGB (Red+Green+Blue) = 22+132+155=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #16849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16849B is #E97B64. Grayscale: #656565. Windows color (decimal): -15301477 or 10191894. OLE color: 10191894.

HSL color Cylindrical-coordinate representation of color #16849B: hue angle of 190.38º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16849B is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 22 132 155 -
CMYK 0.86 0.15 0 0.39
HSL 190.38º 0.75% 0.35% -
HSV(B) 190.38º 0.86% 0.61% -
XYZ 14.5 19.04 33.92 -
YUV 101.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 22 132 155 0.86 0.15 0 0.39 190.38 0.75 0.35
Hex 16 84 9B 56 F 0 27 BE 4B 23
Octal 26 204 233 126 17 0 47 276 113 43
Binary 10110 10000100 10011011 1010110 1111 0 100111 10111110 1001011 100011

Color Harmonies of #16849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16849B

Black with #16849B

Text Example


Text Example

White with #16849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,132,155); }

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

background-color css

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

 a { background-color: rgb(22,132,155); }

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

border-color css

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

 span { border-color: rgb(22,132,155); }

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