Html Css Color HEX #1A5974 Orient

📋 copy color: '#1A5974'

red 26 ◦ green 89 ◦ blue 116

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

Shades of Orient #1A5974

Tints of Orient #1A5974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 11.26%
G = 38.53%
B = 50.22%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A5974 (or 0x1A5974) is known color: Orient. HEX triplet: 1A, 59 and 74. RGB value is (26,89,116). Sum of RGB (Red+Green+Blue) = 26+89+116=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5974 is #E5A68B. Grayscale: #494949. Windows color (decimal): -15050380 or 7624986. OLE color: 7624986.

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

Color convert

RGB 26 89 116 -
CMYK 0.78 0.23 0 0.55
HSL 198º 0.63% 0.28% -
HSV(B) 198º 0.78% 0.45% -
XYZ 7.15 8.63 17.81 -
YUV 73.24 152.13 94.3 -
System Red Green Blue C M Y K H S L
Decimal 26 89 116 0.78 0.23 0 0.55 198 0.63 0.28
Hex 1A 59 74 4E 17 0 37 C6 3F 1C
Octal 32 131 164 116 27 0 67 306 77 34
Binary 11010 1011001 1110100 1001110 10111 0 110111 11000110 111111 11100

Color Harmonies of #1A5974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5974

Black with #1A5974

Text Example


Text Example

White with #1A5974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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