Html Css Color HEX #1E5677 Orient

📋 copy color: '#1E5677'

red 30 ◦ green 86 ◦ blue 119

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

Shades of Orient #1E5677

Tints of Orient #1E5677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

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

R = 12.77%
G = 36.6%
B = 50.64%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E5677 (or 0x1E5677) is known color: Orient. HEX triplet: 1E, 56 and 77. RGB value is (30,86,119). Sum of RGB (Red+Green+Blue) = 30+86+119=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E5677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5677 is #E1A988. Grayscale: #484848. Windows color (decimal): -14789001 or 7820830. OLE color: 7820830.

HSL color Cylindrical-coordinate representation of color #1E5677: hue angle of 202.25º 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 #1E5677 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 86 119 -
CMYK 0.75 0.28 0 0.53
HSL 202.25º 0.6% 0.29% -
HSV(B) 202.25º 0.75% 0.47% -
XYZ 7.19 8.26 18.67 -
YUV 73.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 30 86 119 0.75 0.28 0 0.53 202.25 0.6 0.29
Hex 1E 56 77 4B 1C 0 35 CA 3C 1D
Octal 36 126 167 113 34 0 65 312 74 35
Binary 11110 1010110 1110111 1001011 11100 0 110101 11001010 111100 11101

Color Harmonies of #1E5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5677

Black with #1E5677

Text Example


Text Example

White with #1E5677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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