Html Css Color HEX #12919F Eastern Blue

📋 copy color: '#12919F'

red 18 ◦ green 145 ◦ blue 159

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

Shades of Eastern Blue #12919F

Tints of Eastern Blue #12919F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

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

R = 5.59%
G = 45.03%
B = 49.38%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12919F (or 0x12919F) is known color: Eastern Blue. HEX triplet: 12, 91 and 9F. RGB value is (18,145,159). Sum of RGB (Red+Green+Blue) = 18+145+159=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #12919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12919F is #ED6E60. Grayscale: #6C6C6C. Windows color (decimal): -15560289 or 10457362. OLE color: 10457362.

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

Color convert

RGB 18 145 159 -
CMYK 0.89 0.09 0 0.38
HSL 185.96º 0.8% 0.35% -
HSV(B) 185.96º 0.89% 0.62% -
XYZ 16.63 22.88 36.34 -
YUV 108.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 18 145 159 0.89 0.09 0 0.38 185.96 0.8 0.35
Hex 12 91 9F 59 9 0 26 BA 50 23
Octal 22 221 237 131 11 0 46 272 120 43
Binary 10010 10010001 10011111 1011001 1001 0 100110 10111010 1010000 100011

Color Harmonies of #12919F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12919F

Black with #12919F

Text Example


Text Example

White with #12919F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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