Html Css Color HEX #1A5773 Orient

📋 copy color: '#1A5773'

red 26 ◦ green 87 ◦ blue 115

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

Shades of Orient #1A5773

Tints of Orient #1A5773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

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

R = 11.4%
G = 38.16%
B = 50.44%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A5773 (or 0x1A5773) is known color: Orient. HEX triplet: 1A, 57 and 73. RGB value is (26,87,115). Sum of RGB (Red+Green+Blue) = 26+87+115=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5773 is #E5A88C. Grayscale: #474747. Windows color (decimal): -15050893 or 7558938. OLE color: 7558938.

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

Color convert

RGB 26 87 115 -
CMYK 0.77 0.24 0 0.55
HSL 198.88º 0.63% 0.28% -
HSV(B) 198.88º 0.77% 0.45% -
XYZ 6.93 8.27 17.45 -
YUV 71.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 26 87 115 0.77 0.24 0 0.55 198.88 0.63 0.28
Hex 1A 57 73 4D 18 0 37 C7 3F 1C
Octal 32 127 163 115 30 0 67 307 77 34
Binary 11010 1010111 1110011 1001101 11000 0 110111 11000111 111111 11100

Color Harmonies of #1A5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5773

Black with #1A5773

Text Example


Text Example

White with #1A5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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