Html Css Color HEX #127992 Eastern Blue

📋 copy color: '#127992'

red 18 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #127992

Tints of Eastern Blue #127992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

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

R = 6.32%
G = 42.46%
B = 51.23%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127992 (or 0x127992) is known color: Eastern Blue. HEX triplet: 12, 79 and 92. RGB value is (18,121,146). Sum of RGB (Red+Green+Blue) = 18+121+146=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #127992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127992 is #ED866D. Grayscale: #5C5C5C. Windows color (decimal): -15566446 or 9599250. OLE color: 9599250.

HSL color Cylindrical-coordinate representation of color #127992: hue angle of 191.72º 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 #127992 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 121 146 -
CMYK 0.88 0.17 0 0.43
HSL 191.72º 0.78% 0.32% -
HSV(B) 191.72º 0.88% 0.57% -
XYZ 12.28 15.88 29.61 -
YUV 93.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 18 121 146 0.88 0.17 0 0.43 191.72 0.78 0.32
Hex 12 79 92 58 11 0 2B C0 4E 20
Octal 22 171 222 130 21 0 53 300 116 40
Binary 10010 1111001 10010010 1011000 10001 0 101011 11000000 1001110 100000

Color Harmonies of #127992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127992

Black with #127992

Text Example


Text Example

White with #127992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127992; }

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

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

background-color css

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

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

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

border-color css

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

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

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