Html Css Color HEX #12829D Eastern Blue

📋 copy color: '#12829D'

red 18 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #12829D

Tints of Eastern Blue #12829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 5.9%
G = 42.62%
B = 51.48%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12829D (or 0x12829D) is known color: Eastern Blue. HEX triplet: 12, 82 and 9D. RGB value is (18,130,157). Sum of RGB (Red+Green+Blue) = 18+130+157=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #12829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12829D is #ED7D62. Grayscale: #636363. Windows color (decimal): -15564131 or 10322450. OLE color: 10322450.

HSL color Cylindrical-coordinate representation of color #12829D: hue angle of 191.65º 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 #12829D is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 130 157 -
CMYK 0.89 0.17 0 0.38
HSL 191.65º 0.79% 0.34% -
HSV(B) 191.65º 0.89% 0.62% -
XYZ 14.32 18.53 34.72 -
YUV 99.59 160.39 69.8 -
System Red Green Blue C M Y K H S L
Decimal 18 130 157 0.89 0.17 0 0.38 191.65 0.79 0.34
Hex 12 82 9D 59 11 0 26 C0 4F 22
Octal 22 202 235 131 21 0 46 300 117 42
Binary 10010 10000010 10011101 1011001 10001 0 100110 11000000 1001111 100010

Color Harmonies of #12829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12829D

Black with #12829D

Text Example


Text Example

White with #12829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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