Html Css Color HEX #1A5971 Orient

📋 copy color: '#1A5971'

red 26 ◦ green 89 ◦ blue 113

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

Shades of Orient #1A5971

Tints of Orient #1A5971

RGB

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

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

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

R = 11.4%
G = 39.04%
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

#1A5971 (or 0x1A5971) is known color: Orient. HEX triplet: 1A, 59 and 71. RGB value is (26,89,113). Sum of RGB (Red+Green+Blue) = 26+89+113=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A5971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5971 is #E5A68E. Grayscale: #484848. Windows color (decimal): -15050383 or 7428378. OLE color: 7428378.

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

Color convert

RGB 26 89 113 -
CMYK 0.77 0.21 0 0.56
HSL 196.55º 0.63% 0.27% -
HSV(B) 196.55º 0.77% 0.44% -
XYZ 6.98 8.56 16.91 -
YUV 72.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 26 89 113 0.77 0.21 0 0.56 196.55 0.63 0.27
Hex 1A 59 71 4D 15 0 38 C5 3F 1B
Octal 32 131 161 115 25 0 70 305 77 33
Binary 11010 1011001 1110001 1001101 10101 0 111000 11000101 111111 11011

Color Harmonies of #1A5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5971

Black with #1A5971

Text Example


Text Example

White with #1A5971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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