Html Css Color HEX #127F9C Eastern Blue

📋 copy color: '#127F9C'

red 18 ◦ green 127 ◦ blue 156

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

Shades of Eastern Blue #127F9C

Tints of Eastern Blue #127F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 5.98%
G = 42.19%
B = 51.83%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#127F9C (or 0x127F9C) is known color: Eastern Blue. HEX triplet: 12, 7F and 9C. RGB value is (18,127,156). Sum of RGB (Red+Green+Blue) = 18+127+156=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #127F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F9C is #ED8063. Grayscale: #616161. Windows color (decimal): -15564900 or 10256146. OLE color: 10256146.

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

Color convert

RGB 18 127 156 -
CMYK 0.88 0.19 0 0.39
HSL 192.61º 0.79% 0.34% -
HSV(B) 192.61º 0.88% 0.61% -
XYZ 13.84 17.71 34.14 -
YUV 97.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 18 127 156 0.88 0.19 0 0.39 192.61 0.79 0.34
Hex 12 7F 9C 58 13 0 27 C1 4F 22
Octal 22 177 234 130 23 0 47 301 117 42
Binary 10010 1111111 10011100 1011000 10011 0 100111 11000001 1001111 100010

Color Harmonies of #127F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F9C

Black with #127F9C

Text Example


Text Example

White with #127F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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