Html Css Color HEX #1E5875 Orient

📋 copy color: '#1E5875'

red 30 ◦ green 88 ◦ blue 117

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

Shades of Orient #1E5875

Tints of Orient #1E5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 12.77%
G = 37.45%
B = 49.79%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E5875 (or 0x1E5875) is known color: Orient. HEX triplet: 1E, 58 and 75. RGB value is (30,88,117). Sum of RGB (Red+Green+Blue) = 30+88+117=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5875 is #E1A78A. Grayscale: #494949. Windows color (decimal): -14788491 or 7690270. OLE color: 7690270.

HSL color Cylindrical-coordinate representation of color #1E5875: hue angle of 200º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5875 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 88 117 -
CMYK 0.74 0.25 0 0.54
HSL 200º 0.59% 0.29% -
HSV(B) 200º 0.74% 0.46% -
XYZ 7.24 8.54 18.1 -
YUV 73.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 30 88 117 0.74 0.25 0 0.54 200 0.59 0.29
Hex 1E 58 75 4A 19 0 36 C8 3B 1D
Octal 36 130 165 112 31 0 66 310 73 35
Binary 11110 1011000 1110101 1001010 11001 0 110110 11001000 111011 11101

Color Harmonies of #1E5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5875

Black with #1E5875

Text Example


Text Example

White with #1E5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,88,117); }

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

background-color css

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

 a { background-color: rgb(30,88,117); }

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

border-color css

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

 span { border-color: rgb(30,88,117); }

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