Html Css Color HEX #12859F Eastern Blue

📋 copy color: '#12859F'

red 18 ◦ green 133 ◦ blue 159

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

Shades of Eastern Blue #12859F

Tints of Eastern Blue #12859F

RGB

 RED value IS 18 (7.42% from 255) = 5.81%

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

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

R = 5.81%
G = 42.9%
B = 51.29%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12859F (or 0x12859F) is known color: Eastern Blue. HEX triplet: 12, 85 and 9F. RGB value is (18,133,159). Sum of RGB (Red+Green+Blue) = 18+133+159=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #12859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12859F is #ED7A60. Grayscale: #656565. Windows color (decimal): -15563361 or 10454290. OLE color: 10454290.

HSL color Cylindrical-coordinate representation of color #12859F: hue angle of 191.06º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12859F is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 133 159 -
CMYK 0.89 0.16 0 0.38
HSL 191.06º 0.8% 0.35% -
HSV(B) 191.06º 0.89% 0.62% -
XYZ 14.89 19.41 35.76 -
YUV 101.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 18 133 159 0.89 0.16 0 0.38 191.06 0.8 0.35
Hex 12 85 9F 59 10 0 26 BF 50 23
Octal 22 205 237 131 20 0 46 277 120 43
Binary 10010 10000101 10011111 1011001 10000 0 100110 10111111 1010000 100011

Color Harmonies of #12859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12859F

Black with #12859F

Text Example


Text Example

White with #12859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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