Html Css Color HEX #127792 Eastern Blue

📋 copy color: '#127792'

red 18 ◦ green 119 ◦ blue 146

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

Shades of Eastern Blue #127792

Tints of Eastern Blue #127792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.05%

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

R = 6.36%
G = 42.05%
B = 51.59%

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

#127792 (or 0x127792) is known color: Eastern Blue. HEX triplet: 12, 77 and 92. RGB value is (18,119,146). Sum of RGB (Red+Green+Blue) = 18+119+146=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #127792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127792 is #ED886D. Grayscale: #5B5B5B. Windows color (decimal): -15566958 or 9598738. OLE color: 9598738.

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

Color convert

RGB 18 119 146 -
CMYK 0.88 0.18 0 0.43
HSL 192.66º 0.78% 0.32% -
HSV(B) 192.66º 0.88% 0.57% -
XYZ 12.03 15.4 29.53 -
YUV 91.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 18 119 146 0.88 0.18 0 0.43 192.66 0.78 0.32
Hex 12 77 92 58 12 0 2B C1 4E 20
Octal 22 167 222 130 22 0 53 301 116 40
Binary 10010 1110111 10010010 1011000 10010 0 101011 11000001 1001110 100000

Color Harmonies of #127792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127792

Black with #127792

Text Example


Text Example

White with #127792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127792; }

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

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

background-color css

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

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

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

border-color css

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

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

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