Html Css Color HEX #127F95 Eastern Blue

📋 copy color: '#127F95'

red 18 ◦ green 127 ◦ blue 149

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

Shades of Eastern Blue #127F95

Tints of Eastern Blue #127F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 6.12%
G = 43.2%
B = 50.68%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127F95 (or 0x127F95) is known color: Eastern Blue. HEX triplet: 12, 7F and 95. RGB value is (18,127,149). Sum of RGB (Red+Green+Blue) = 18+127+149=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #127F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F95 is #ED806A. Grayscale: #606060. Windows color (decimal): -15564907 or 9797394. OLE color: 9797394.

HSL color Cylindrical-coordinate representation of color #127F95: hue angle of 190.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127F95 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 127 149 -
CMYK 0.88 0.15 0 0.42
HSL 190.08º 0.78% 0.33% -
HSV(B) 190.08º 0.88% 0.58% -
XYZ 13.26 17.48 31.11 -
YUV 96.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 18 127 149 0.88 0.15 0 0.42 190.08 0.78 0.33
Hex 12 7F 95 58 F 0 2A BE 4E 21
Octal 22 177 225 130 17 0 52 276 116 41
Binary 10010 1111111 10010101 1011000 1111 0 101010 10111110 1001110 100001

Color Harmonies of #127F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F95

Black with #127F95

Text Example


Text Example

White with #127F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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