Html Css Color HEX #127F9A Eastern Blue

📋 copy color: '#127F9A'

red 18 ◦ green 127 ◦ blue 154

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

Shades of Eastern Blue #127F9A

Tints of Eastern Blue #127F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 42.47%

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 6.02%
G = 42.47%
B = 51.51%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#127F9A (or 0x127F9A) is known color: Eastern Blue. HEX triplet: 12, 7F and 9A. RGB value is (18,127,154). Sum of RGB (Red+Green+Blue) = 18+127+154=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #127F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F9A is #ED8065. Grayscale: #616161. Windows color (decimal): -15564902 or 10125074. OLE color: 10125074.

HSL color Cylindrical-coordinate representation of color #127F9A: hue angle of 191.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127F9A is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 127 154 -
CMYK 0.88 0.18 0 0.40
HSL 191.91º 0.79% 0.34% -
HSV(B) 191.91º 0.88% 0.6% -
XYZ 13.67 17.64 33.26 -
YUV 97.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 18 127 154 0.88 0.18 0 0.40 191.91 0.79 0.34
Hex 12 7F 9A 58 12 0 28 C0 4F 22
Octal 22 177 232 130 22 0 50 300 117 42
Binary 10010 1111111 10011010 1011000 10010 0 101000 11000000 1001111 100010

Color Harmonies of #127F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F9A

Black with #127F9A

Text Example


Text Example

White with #127F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127F9A; }

 p { color: rgb(18,127,154); }

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

background-color css

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

 a { background-color: rgb(18,127,154); }

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

border-color css

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

 span { border-color: rgb(18,127,154); }

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