Html Css Color HEX #1A5571 Orient

📋 copy color: '#1A5571'

red 26 ◦ green 85 ◦ blue 113

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

Shades of Orient #1A5571

Tints of Orient #1A5571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.95%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 11.61%
G = 37.95%
B = 50.45%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A5571 (or 0x1A5571) is known color: Orient. HEX triplet: 1A, 55 and 71. RGB value is (26,85,113). Sum of RGB (Red+Green+Blue) = 26+85+113=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A5571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5571 is #E5AA8E. Grayscale: #464646. Windows color (decimal): -15051407 or 7427354. OLE color: 7427354.

HSL color Cylindrical-coordinate representation of color #1A5571: hue angle of 199.31º degrees, saturation: 0.63, 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 #1A5571 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 85 113 -
CMYK 0.77 0.25 0 0.56
HSL 199.31º 0.63% 0.27% -
HSV(B) 199.31º 0.77% 0.44% -
XYZ 6.66 7.91 16.8 -
YUV 70.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 26 85 113 0.77 0.25 0 0.56 199.31 0.63 0.27
Hex 1A 55 71 4D 19 0 38 C7 3F 1B
Octal 32 125 161 115 31 0 70 307 77 33
Binary 11010 1010101 1110001 1001101 11001 0 111000 11000111 111111 11011

Color Harmonies of #1A5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5571

Black with #1A5571

Text Example


Text Example

White with #1A5571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,85,113); }

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

background-color css

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

 a { background-color: rgb(26,85,113); }

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

border-color css

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

 span { border-color: rgb(26,85,113); }

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