Html Css Color HEX #1E5876 Orient

📋 copy color: '#1E5876'

red 30 ◦ green 88 ◦ blue 118

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

Shades of Orient #1E5876

Tints of Orient #1E5876

RGB

 RED value IS 30 (12.11% from 255) = 12.71%

 GREEN value IS 88 (34.77% from 255) = 37.29%

 BLUE value IS 118 (46.48% from 255) = 50%

R = 12.71%
G = 37.29%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E5876 (or 0x1E5876) is known color: Orient. HEX triplet: 1E, 58 and 76. RGB value is (30,88,118). Sum of RGB (Red+Green+Blue) = 30+88+118=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E5876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5876 is #E1A789. Grayscale: #494949. Windows color (decimal): -14788490 or 7755806. OLE color: 7755806.

HSL color Cylindrical-coordinate representation of color #1E5876: hue angle of 200.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5876 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 88 118 -
CMYK 0.75 0.25 0 0.54
HSL 200.45º 0.59% 0.29% -
HSV(B) 200.45º 0.75% 0.46% -
XYZ 7.3 8.56 18.41 -
YUV 74.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 30 88 118 0.75 0.25 0 0.54 200.45 0.59 0.29
Hex 1E 58 76 4B 19 0 36 C8 3B 1D
Octal 36 130 166 113 31 0 66 310 73 35
Binary 11110 1011000 1110110 1001011 11001 0 110110 11001000 111011 11101

Color Harmonies of #1E5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5876

Black with #1E5876

Text Example


Text Example

White with #1E5876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E5876; }

 p { color: rgb(30,88,118); }

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

background-color css

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

 a { background-color: rgb(30,88,118); }

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

border-color css

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

 span { border-color: rgb(30,88,118); }

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