Html Css Color HEX #10859F Eastern Blue

📋 copy color: '#10859F'

red 16 ◦ green 133 ◦ blue 159

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

Shades of Eastern Blue #10859F

Tints of Eastern Blue #10859F

RGB

 RED value IS 16 (6.64% from 255) = 5.19%

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 5.19%
G = 43.18%
B = 51.62%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10859F (or 0x10859F) is known color: Eastern Blue. HEX triplet: 10, 85 and 9F. RGB value is (16,133,159). Sum of RGB (Red+Green+Blue) = 16+133+159=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 133 (52.34% from 255 or 43.18% 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 #10859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10859F is #EF7A60. Grayscale: #646464. Windows color (decimal): -15694433 or 10454288. OLE color: 10454288.

HSL color Cylindrical-coordinate representation of color #10859F: hue angle of 190.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10859F is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 133 159 -
CMYK 0.90 0.16 0 0.38
HSL 190.91º 0.82% 0.34% -
HSV(B) 190.91º 0.9% 0.62% -
XYZ 14.86 19.39 35.76 -
YUV 100.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 16 133 159 0.90 0.16 0 0.38 190.91 0.82 0.34
Hex 10 85 9F 5A 10 0 26 BF 52 22
Octal 20 205 237 132 20 0 46 277 122 42
Binary 10000 10000101 10011111 1011010 10000 0 100110 10111111 1010010 100010

Color Harmonies of #10859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10859F

Black with #10859F

Text Example


Text Example

White with #10859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,133,159); }

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

background-color css

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

 a { background-color: rgb(16,133,159); }

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

border-color css

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

 span { border-color: rgb(16,133,159); }

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