Html Css Color HEX #1E617C Orient

📋 copy color: '#1E617C'

red 30 ◦ green 97 ◦ blue 124

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

Shades of Orient #1E617C

Tints of Orient #1E617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 11.95%
G = 38.65%
B = 49.4%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E617C (or 0x1E617C) is known color: Orient. HEX triplet: 1E, 61 and 7C. RGB value is (30,97,124). Sum of RGB (Red+Green+Blue) = 30+97+124=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E617C is #E19E83. Grayscale: #4F4F4F. Windows color (decimal): -14786180 or 8151326. OLE color: 8151326.

HSL color Cylindrical-coordinate representation of color #1E617C: hue angle of 197.23º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E617C is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 97 124 -
CMYK 0.76 0.22 0 0.51
HSL 197.23º 0.61% 0.3% -
HSV(B) 197.23º 0.76% 0.49% -
XYZ 8.45 10.28 20.61 -
YUV 80.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 30 97 124 0.76 0.22 0 0.51 197.23 0.61 0.3
Hex 1E 61 7C 4C 16 0 33 C5 3D 1E
Octal 36 141 174 114 26 0 63 305 75 36
Binary 11110 1100001 1111100 1001100 10110 0 110011 11000101 111101 11110

Color Harmonies of #1E617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E617C

Black with #1E617C

Text Example


Text Example

White with #1E617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,97,124); }

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

background-color css

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

 a { background-color: rgb(30,97,124); }

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

border-color css

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

 span { border-color: rgb(30,97,124); }

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