Html Css Color HEX #127A94 Eastern Blue

📋 copy color: '#127A94'

red 18 ◦ green 122 ◦ blue 148

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

Shades of Eastern Blue #127A94

Tints of Eastern Blue #127A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.36%

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 6.25%
G = 42.36%
B = 51.39%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127A94 (or 0x127A94) is known color: Eastern Blue. HEX triplet: 12, 7A and 94. RGB value is (18,122,148). Sum of RGB (Red+Green+Blue) = 18+122+148=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #127A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A94 is #ED856B. Grayscale: #5D5D5D. Windows color (decimal): -15566188 or 9730578. OLE color: 9730578.

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

Color convert

RGB 18 122 148 -
CMYK 0.88 0.18 0 0.42
HSL 192º 0.78% 0.33% -
HSV(B) 192º 0.88% 0.58% -
XYZ 12.55 16.19 30.48 -
YUV 93.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 18 122 148 0.88 0.18 0 0.42 192 0.78 0.33
Hex 12 7A 94 58 12 0 2A C0 4E 21
Octal 22 172 224 130 22 0 52 300 116 41
Binary 10010 1111010 10010100 1011000 10010 0 101010 11000000 1001110 100001

Color Harmonies of #127A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A94

Black with #127A94

Text Example


Text Example

White with #127A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,148); }

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

background-color css

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

 a { background-color: rgb(18,122,148); }

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

border-color css

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

 span { border-color: rgb(18,122,148); }

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