Html Css Color HEX #1A5870 Orient

📋 copy color: '#1A5870'

red 26 ◦ green 88 ◦ blue 112

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

Shades of Orient #1A5870

Tints of Orient #1A5870

RGB

 RED value IS 26 (10.55% from 255) = 11.5%

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 11.5%
G = 38.94%
B = 49.56%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A5870 (or 0x1A5870) is known color: Orient. HEX triplet: 1A, 58 and 70. RGB value is (26,88,112). Sum of RGB (Red+Green+Blue) = 26+88+112=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A5870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5870 is #E5A78F. Grayscale: #484848. Windows color (decimal): -15050640 or 7362586. OLE color: 7362586.

HSL color Cylindrical-coordinate representation of color #1A5870: hue angle of 196.74º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A5870 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 88 112 -
CMYK 0.77 0.21 0 0.56
HSL 196.74º 0.62% 0.27% -
HSV(B) 196.74º 0.77% 0.44% -
XYZ 6.84 8.37 16.58 -
YUV 72.2 150.46 95.05 -
System Red Green Blue C M Y K H S L
Decimal 26 88 112 0.77 0.21 0 0.56 196.74 0.62 0.27
Hex 1A 58 70 4D 15 0 38 C5 3E 1B
Octal 32 130 160 115 25 0 70 305 76 33
Binary 11010 1011000 1110000 1001101 10101 0 111000 11000101 111110 11011

Color Harmonies of #1A5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5870

Black with #1A5870

Text Example


Text Example

White with #1A5870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,88,112); }

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

background-color css

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

 a { background-color: rgb(26,88,112); }

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

border-color css

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

 span { border-color: rgb(26,88,112); }

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