Html Css Color HEX #12819F Eastern Blue

📋 copy color: '#12819F'

red 18 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #12819F

Tints of Eastern Blue #12819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.16%

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

R = 5.88%
G = 42.16%
B = 51.96%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12819F (or 0x12819F) is known color: Eastern Blue. HEX triplet: 12, 81 and 9F. RGB value is (18,129,159). Sum of RGB (Red+Green+Blue) = 18+129+159=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #12819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12819F is #ED7E60. Grayscale: #636363. Windows color (decimal): -15564385 or 10453266. OLE color: 10453266.

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

Color convert

RGB 18 129 159 -
CMYK 0.89 0.19 0 0.38
HSL 192.77º 0.8% 0.35% -
HSV(B) 192.77º 0.89% 0.62% -
XYZ 14.36 18.33 35.58 -
YUV 99.23 161.73 70.06 -
System Red Green Blue C M Y K H S L
Decimal 18 129 159 0.89 0.19 0 0.38 192.77 0.8 0.35
Hex 12 81 9F 59 13 0 26 C1 50 23
Octal 22 201 237 131 23 0 46 301 120 43
Binary 10010 10000001 10011111 1011001 10011 0 100110 11000001 1010000 100011

Color Harmonies of #12819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12819F

Black with #12819F

Text Example


Text Example

White with #12819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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