Html Css Color HEX #12839F Eastern Blue

📋 copy color: '#12839F'

red 18 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #12839F

Tints of Eastern Blue #12839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 5.84%
G = 42.53%
B = 51.62%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12839F (or 0x12839F) is known color: Eastern Blue. HEX triplet: 12, 83 and 9F. RGB value is (18,131,159). Sum of RGB (Red+Green+Blue) = 18+131+159=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #12839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12839F is #ED7C60. Grayscale: #646464. Windows color (decimal): -15563873 or 10453778. OLE color: 10453778.

HSL color Cylindrical-coordinate representation of color #12839F: hue angle of 191.91º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12839F is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 131 159 -
CMYK 0.89 0.18 0 0.38
HSL 191.91º 0.8% 0.35% -
HSV(B) 191.91º 0.89% 0.62% -
XYZ 14.62 18.86 35.67 -
YUV 100.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 18 131 159 0.89 0.18 0 0.38 191.91 0.8 0.35
Hex 12 83 9F 59 12 0 26 C0 50 23
Octal 22 203 237 131 22 0 46 300 120 43
Binary 10010 10000011 10011111 1011001 10010 0 100110 11000000 1010000 100011

Color Harmonies of #12839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12839F

Black with #12839F

Text Example


Text Example

White with #12839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12839F; }

 p { color: rgb(18,131,159); }

 H1.HeaderClassName
 {
   color: #12839F;
 }
 .AnyTagClassName
 {
   color: #12839F;
 }
</style>

background-color css

<style>
 a { background-color: #12839F; }

 a { background-color: rgb(18,131,159); }

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

border-color css

<style>
 span { border-color: #12839F; }

 span { border-color: rgb(18,131,159); }

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