Html Css Color HEX #1A5973 Orient

📋 copy color: '#1A5973'

red 26 ◦ green 89 ◦ blue 115

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

Shades of Orient #1A5973

Tints of Orient #1A5973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50%

R = 11.3%
G = 38.7%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A5973 (or 0x1A5973) is known color: Orient. HEX triplet: 1A, 59 and 73. RGB value is (26,89,115). Sum of RGB (Red+Green+Blue) = 26+89+115=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5973 is #E5A68C. Grayscale: #484848. Windows color (decimal): -15050381 or 7559450. OLE color: 7559450.

HSL color Cylindrical-coordinate representation of color #1A5973: hue angle of 197.53º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A5973 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 89 115 -
CMYK 0.77 0.23 0 0.55
HSL 197.53º 0.63% 0.28% -
HSV(B) 197.53º 0.77% 0.45% -
XYZ 7.09 8.6 17.51 -
YUV 73.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 26 89 115 0.77 0.23 0 0.55 197.53 0.63 0.28
Hex 1A 59 73 4D 17 0 37 C6 3F 1C
Octal 32 131 163 115 27 0 67 306 77 34
Binary 11010 1011001 1110011 1001101 10111 0 110111 11000110 111111 11100

Color Harmonies of #1A5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5973

Black with #1A5973

Text Example


Text Example

White with #1A5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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