Html Css Color HEX #12829B Eastern Blue

📋 copy color: '#12829B'

red 18 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #12829B

Tints of Eastern Blue #12829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 5.94%
G = 42.9%
B = 51.16%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12829B (or 0x12829B) is known color: Eastern Blue. HEX triplet: 12, 82 and 9B. RGB value is (18,130,155). Sum of RGB (Red+Green+Blue) = 18+130+155=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #12829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12829B is #ED7D64. Grayscale: #636363. Windows color (decimal): -15564133 or 10191378. OLE color: 10191378.

HSL color Cylindrical-coordinate representation of color #12829B: hue angle of 190.95º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12829B is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 130 155 -
CMYK 0.88 0.16 0 0.39
HSL 190.95º 0.79% 0.34% -
HSV(B) 190.95º 0.88% 0.61% -
XYZ 14.15 18.46 33.83 -
YUV 99.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 18 130 155 0.88 0.16 0 0.39 190.95 0.79 0.34
Hex 12 82 9B 58 10 0 27 BF 4F 22
Octal 22 202 233 130 20 0 47 277 117 42
Binary 10010 10000010 10011011 1011000 10000 0 100111 10111111 1001111 100010

Color Harmonies of #12829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12829B

Black with #12829B

Text Example


Text Example

White with #12829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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