Html Css Color HEX #127893 Eastern Blue

📋 copy color: '#127893'

red 18 ◦ green 120 ◦ blue 147

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

Shades of Eastern Blue #127893

Tints of Eastern Blue #127893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

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

R = 6.32%
G = 42.11%
B = 51.58%

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

#127893 (or 0x127893) is known color: Eastern Blue. HEX triplet: 12, 78 and 93. RGB value is (18,120,147). Sum of RGB (Red+Green+Blue) = 18+120+147=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #127893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127893 is #ED876C. Grayscale: #5C5C5C. Windows color (decimal): -15566701 or 9664530. OLE color: 9664530.

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

Color convert

RGB 18 120 147 -
CMYK 0.88 0.18 0 0.42
HSL 192.56º 0.78% 0.32% -
HSV(B) 192.56º 0.88% 0.58% -
XYZ 12.23 15.67 29.98 -
YUV 92.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 18 120 147 0.88 0.18 0 0.42 192.56 0.78 0.32
Hex 12 78 93 58 12 0 2A C1 4E 20
Octal 22 170 223 130 22 0 52 301 116 40
Binary 10010 1111000 10010011 1011000 10010 0 101010 11000001 1001110 100000

Color Harmonies of #127893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127893

Black with #127893

Text Example


Text Example

White with #127893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127893; }

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

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

background-color css

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

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

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

border-color css

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

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

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