Html Css Color HEX #12869D Eastern Blue

📋 copy color: '#12869D'

red 18 ◦ green 134 ◦ blue 157

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

Shades of Eastern Blue #12869D

Tints of Eastern Blue #12869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.37%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 5.83%
G = 43.37%
B = 50.81%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12869D (or 0x12869D) is known color: Eastern Blue. HEX triplet: 12, 86 and 9D. RGB value is (18,134,157). Sum of RGB (Red+Green+Blue) = 18+134+157=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #12869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12869D is #ED7962. Grayscale: #656565. Windows color (decimal): -15563107 or 10323474. OLE color: 10323474.

HSL color Cylindrical-coordinate representation of color #12869D: hue angle of 189.93º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12869D is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 134 157 -
CMYK 0.89 0.15 0 0.38
HSL 189.93º 0.79% 0.34% -
HSV(B) 189.93º 0.89% 0.62% -
XYZ 14.86 19.61 34.9 -
YUV 101.94 159.07 68.13 -
System Red Green Blue C M Y K H S L
Decimal 18 134 157 0.89 0.15 0 0.38 189.93 0.79 0.34
Hex 12 86 9D 59 F 0 26 BE 4F 22
Octal 22 206 235 131 17 0 46 276 117 42
Binary 10010 10000110 10011101 1011001 1111 0 100110 10111110 1001111 100010

Color Harmonies of #12869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12869D

Black with #12869D

Text Example


Text Example

White with #12869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12869D; }

 p { color: rgb(18,134,157); }

 H1.HeaderClassName
 {
   color: #12869D;
 }
 .AnyTagClassName
 {
   color: #12869D;
 }
</style>

background-color css

<style>
 a { background-color: #12869D; }

 a { background-color: rgb(18,134,157); }

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

border-color css

<style>
 span { border-color: #12869D; }

 span { border-color: rgb(18,134,157); }

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