Html Css Color HEX #12859A Eastern Blue

📋 copy color: '#12859A'

red 18 ◦ green 133 ◦ blue 154

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

Shades of Eastern Blue #12859A

Tints of Eastern Blue #12859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.49%

R = 5.9%
G = 43.61%
B = 50.49%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12859A (or 0x12859A) is known color: Eastern Blue. HEX triplet: 12, 85 and 9A. RGB value is (18,133,154). Sum of RGB (Red+Green+Blue) = 18+133+154=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #12859A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12859A is #ED7A65. Grayscale: #646464. Windows color (decimal): -15563366 or 10126610. OLE color: 10126610.

HSL color Cylindrical-coordinate representation of color #12859A: hue angle of 189.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12859A is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 133 154 -
CMYK 0.88 0.14 0 0.40
HSL 189.26º 0.79% 0.34% -
HSV(B) 189.26º 0.88% 0.6% -
XYZ 14.47 19.24 33.52 -
YUV 101.01 157.9 68.79 -
System Red Green Blue C M Y K H S L
Decimal 18 133 154 0.88 0.14 0 0.40 189.26 0.79 0.34
Hex 12 85 9A 58 E 0 28 BD 4F 22
Octal 22 205 232 130 16 0 50 275 117 42
Binary 10010 10000101 10011010 1011000 1110 0 101000 10111101 1001111 100010

Color Harmonies of #12859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12859A

Black with #12859A

Text Example


Text Example

White with #12859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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