Html Css Color HEX #12849F Eastern Blue

📋 copy color: '#12849F'

red 18 ◦ green 132 ◦ blue 159

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

Shades of Eastern Blue #12849F

Tints of Eastern Blue #12849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.72%

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

R = 5.83%
G = 42.72%
B = 51.46%

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

#12849F (or 0x12849F) is known color: Eastern Blue. HEX triplet: 12, 84 and 9F. RGB value is (18,132,159). Sum of RGB (Red+Green+Blue) = 18+132+159=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #12849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12849F is #ED7B60. Grayscale: #646464. Windows color (decimal): -15563617 or 10454034. OLE color: 10454034.

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

Color convert

RGB 18 132 159 -
CMYK 0.89 0.17 0 0.38
HSL 191.49º 0.8% 0.35% -
HSV(B) 191.49º 0.89% 0.62% -
XYZ 14.76 19.13 35.72 -
YUV 100.99 160.73 68.8 -
System Red Green Blue C M Y K H S L
Decimal 18 132 159 0.89 0.17 0 0.38 191.49 0.8 0.35
Hex 12 84 9F 59 11 0 26 BF 50 23
Octal 22 204 237 131 21 0 46 277 120 43
Binary 10010 10000100 10011111 1011001 10001 0 100110 10111111 1010000 100011

Color Harmonies of #12849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12849F

Black with #12849F

Text Example


Text Example

White with #12849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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