Html Css Color HEX #127D95 Eastern Blue

📋 copy color: '#127D95'

red 18 ◦ green 125 ◦ blue 149

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

Shades of Eastern Blue #127D95

Tints of Eastern Blue #127D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.81%

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

R = 6.16%
G = 42.81%
B = 51.03%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127D95 (or 0x127D95) is known color: Eastern Blue. HEX triplet: 12, 7D and 95. RGB value is (18,125,149). Sum of RGB (Red+Green+Blue) = 18+125+149=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #127D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D95 is #ED826A. Grayscale: #5F5F5F. Windows color (decimal): -15565419 or 9796882. OLE color: 9796882.

HSL color Cylindrical-coordinate representation of color #127D95: hue angle of 190.99º 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 #127D95 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 125 149 -
CMYK 0.88 0.16 0 0.42
HSL 190.99º 0.78% 0.33% -
HSV(B) 190.99º 0.88% 0.58% -
XYZ 13.01 16.97 31.02 -
YUV 95.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 18 125 149 0.88 0.16 0 0.42 190.99 0.78 0.33
Hex 12 7D 95 58 10 0 2A BF 4E 21
Octal 22 175 225 130 20 0 52 277 116 41
Binary 10010 1111101 10010101 1011000 10000 0 101010 10111111 1001110 100001

Color Harmonies of #127D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D95

Black with #127D95

Text Example


Text Example

White with #127D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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