Html Css Color HEX #12829A Eastern Blue

📋 copy color: '#12829A'

red 18 ◦ green 130 ◦ blue 154

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

Shades of Eastern Blue #12829A

Tints of Eastern Blue #12829A

RGB

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

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

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

R = 5.96%
G = 43.05%
B = 50.99%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12829A (or 0x12829A) is known color: Eastern Blue. HEX triplet: 12, 82 and 9A. RGB value is (18,130,154). Sum of RGB (Red+Green+Blue) = 18+130+154=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #12829A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12829A is #ED7D65. Grayscale: #636363. Windows color (decimal): -15564134 or 10125842. OLE color: 10125842.

HSL color Cylindrical-coordinate representation of color #12829A: hue angle of 190.59º 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 #12829A is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 130 154 -
CMYK 0.88 0.16 0 0.40
HSL 190.59º 0.79% 0.34% -
HSV(B) 190.59º 0.88% 0.6% -
XYZ 14.06 18.43 33.39 -
YUV 99.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 18 130 154 0.88 0.16 0 0.40 190.59 0.79 0.34
Hex 12 82 9A 58 10 0 28 BF 4F 22
Octal 22 202 232 130 20 0 50 277 117 42
Binary 10010 10000010 10011010 1011000 10000 0 101000 10111111 1001111 100010

Color Harmonies of #12829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12829A

Black with #12829A

Text Example


Text Example

White with #12829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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