Html Css Color HEX #1E596C Orient

📋 copy color: '#1E596C'

red 30 ◦ green 89 ◦ blue 108

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

Shades of Orient #1E596C

Tints of Orient #1E596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 13.22%
G = 39.21%
B = 47.58%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E596C (or 0x1E596C) is known color: Orient. HEX triplet: 1E, 59 and 6C. RGB value is (30,89,108). Sum of RGB (Red+Green+Blue) = 30+89+108=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E596C is #E1A693. Grayscale: #494949. Windows color (decimal): -14788244 or 7100702. OLE color: 7100702.

HSL color Cylindrical-coordinate representation of color #1E596C: hue angle of 194.62º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E596C is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 89 108 -
CMYK 0.72 0.18 0 0.58
HSL 194.62º 0.57% 0.27% -
HSV(B) 194.62º 0.72% 0.42% -
XYZ 6.81 8.5 15.47 -
YUV 73.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 30 89 108 0.72 0.18 0 0.58 194.62 0.57 0.27
Hex 1E 59 6C 48 12 0 3A C3 39 1B
Octal 36 131 154 110 22 0 72 303 71 33
Binary 11110 1011001 1101100 1001000 10010 0 111010 11000011 111001 11011

Color Harmonies of #1E596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E596C

Black with #1E596C

Text Example


Text Example

White with #1E596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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