Html Css Color HEX #1E5973 Orient

📋 copy color: '#1E5973'

red 30 ◦ green 89 ◦ blue 115

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

Shades of Orient #1E5973

Tints of Orient #1E5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 12.82%
G = 38.03%
B = 49.15%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E5973 (or 0x1E5973) is known color: Orient. HEX triplet: 1E, 59 and 73. RGB value is (30,89,115). Sum of RGB (Red+Green+Blue) = 30+89+115=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5973 is #E1A68C. Grayscale: #4A4A4A. Windows color (decimal): -14788237 or 7559454. OLE color: 7559454.

HSL color Cylindrical-coordinate representation of color #1E5973: hue angle of 198.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5973 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 89 115 -
CMYK 0.74 0.23 0 0.55
HSL 198.35º 0.59% 0.28% -
HSV(B) 198.35º 0.74% 0.45% -
XYZ 7.2 8.66 17.51 -
YUV 74.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 30 89 115 0.74 0.23 0 0.55 198.35 0.59 0.28
Hex 1E 59 73 4A 17 0 37 C6 3B 1C
Octal 36 131 163 112 27 0 67 306 73 34
Binary 11110 1011001 1110011 1001010 10111 0 110111 11000110 111011 11100

Color Harmonies of #1E5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5973

Black with #1E5973

Text Example


Text Example

White with #1E5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,89,115); }

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

background-color css

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

 a { background-color: rgb(30,89,115); }

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

border-color css

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

 span { border-color: rgb(30,89,115); }

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