Html Css Color HEX #127993 Eastern Blue

📋 copy color: '#127993'

red 18 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #127993

Tints of Eastern Blue #127993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.31%

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

R = 6.29%
G = 42.31%
B = 51.4%

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

#127993 (or 0x127993) is known color: Eastern Blue. HEX triplet: 12, 79 and 93. RGB value is (18,121,147). Sum of RGB (Red+Green+Blue) = 18+121+147=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #127993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127993 is #ED866C. Grayscale: #5C5C5C. Windows color (decimal): -15566445 or 9664786. OLE color: 9664786.

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

Color convert

RGB 18 121 147 -
CMYK 0.88 0.18 0 0.42
HSL 192.09º 0.78% 0.32% -
HSV(B) 192.09º 0.88% 0.58% -
XYZ 12.35 15.91 30.02 -
YUV 93.17 158.38 74.39 -
System Red Green Blue C M Y K H S L
Decimal 18 121 147 0.88 0.18 0 0.42 192.09 0.78 0.32
Hex 12 79 93 58 12 0 2A C0 4E 20
Octal 22 171 223 130 22 0 52 300 116 40
Binary 10010 1111001 10010011 1011000 10010 0 101010 11000000 1001110 100000

Color Harmonies of #127993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127993

Black with #127993

Text Example


Text Example

White with #127993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127993; }

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

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

background-color css

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

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

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

border-color css

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

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

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