Html Css Color HEX #1E5377 Orient

📋 copy color: '#1E5377'

red 30 ◦ green 83 ◦ blue 119

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

Shades of Orient #1E5377

Tints of Orient #1E5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 12.93%
G = 35.78%
B = 51.29%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E5377 (or 0x1E5377) is known color: Orient. HEX triplet: 1E, 53 and 77. RGB value is (30,83,119). Sum of RGB (Red+Green+Blue) = 30+83+119=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5377 is #E1AC88. Grayscale: #474747. Windows color (decimal): -14789769 or 7820062. OLE color: 7820062.

HSL color Cylindrical-coordinate representation of color #1E5377: hue angle of 204.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5377 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 83 119 -
CMYK 0.75 0.30 0 0.53
HSL 204.27º 0.6% 0.29% -
HSV(B) 204.27º 0.75% 0.47% -
XYZ 6.96 7.79 18.59 -
YUV 71.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 30 83 119 0.75 0.30 0 0.53 204.27 0.6 0.29
Hex 1E 53 77 4B 1E 0 35 CC 3C 1D
Octal 36 123 167 113 36 0 65 314 74 35
Binary 11110 1010011 1110111 1001011 11110 0 110101 11001100 111100 11101

Color Harmonies of #1E5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5377

Black with #1E5377

Text Example


Text Example

White with #1E5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,83,119); }

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

background-color css

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

 a { background-color: rgb(30,83,119); }

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

border-color css

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

 span { border-color: rgb(30,83,119); }

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