Html Css Color HEX #127F93 Eastern Blue

📋 copy color: '#127F93'

red 18 ◦ green 127 ◦ blue 147

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

Shades of Eastern Blue #127F93

Tints of Eastern Blue #127F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 6.16%
G = 43.49%
B = 50.34%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127F93 (or 0x127F93) is known color: Eastern Blue. HEX triplet: 12, 7F and 93. RGB value is (18,127,147). Sum of RGB (Red+Green+Blue) = 18+127+147=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #127F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F93 is #ED806C. Grayscale: #606060. Windows color (decimal): -15564909 or 9666322. OLE color: 9666322.

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

Color convert

RGB 18 127 147 -
CMYK 0.88 0.14 0 0.42
HSL 189.3º 0.78% 0.32% -
HSV(B) 189.3º 0.88% 0.58% -
XYZ 13.11 17.41 30.27 -
YUV 96.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 18 127 147 0.88 0.14 0 0.42 189.3 0.78 0.32
Hex 12 7F 93 58 E 0 2A BD 4E 20
Octal 22 177 223 130 16 0 52 275 116 40
Binary 10010 1111111 10010011 1011000 1110 0 101010 10111101 1001110 100000

Color Harmonies of #127F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F93

Black with #127F93

Text Example


Text Example

White with #127F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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