Html Css Color HEX #127892 Eastern Blue

📋 copy color: '#127892'

red 18 ◦ green 120 ◦ blue 146

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

Shades of Eastern Blue #127892

Tints of Eastern Blue #127892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 6.34%
G = 42.25%
B = 51.41%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127892 (or 0x127892) is known color: Eastern Blue. HEX triplet: 12, 78 and 92. RGB value is (18,120,146). Sum of RGB (Red+Green+Blue) = 18+120+146=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #127892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127892 is #ED876D. Grayscale: #5C5C5C. Windows color (decimal): -15566702 or 9598994. OLE color: 9598994.

HSL color Cylindrical-coordinate representation of color #127892: hue angle of 192.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127892 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 120 146 -
CMYK 0.88 0.18 0 0.43
HSL 192.19º 0.78% 0.32% -
HSV(B) 192.19º 0.88% 0.57% -
XYZ 12.15 15.64 29.57 -
YUV 92.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 18 120 146 0.88 0.18 0 0.43 192.19 0.78 0.32
Hex 12 78 92 58 12 0 2B C0 4E 20
Octal 22 170 222 130 22 0 53 300 116 40
Binary 10010 1111000 10010010 1011000 10010 0 101011 11000000 1001110 100000

Color Harmonies of #127892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127892

Black with #127892

Text Example


Text Example

White with #127892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127892; }

 p { color: rgb(18,120,146); }

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

background-color css

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

 a { background-color: rgb(18,120,146); }

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

border-color css

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

 span { border-color: rgb(18,120,146); }

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