Html Css Color HEX #1A5673 Orient

📋 copy color: '#1A5673'

red 26 ◦ green 86 ◦ blue 115

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

Shades of Orient #1A5673

Tints of Orient #1A5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

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

R = 11.45%
G = 37.89%
B = 50.66%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A5673 (or 0x1A5673) is known color: Orient. HEX triplet: 1A, 56 and 73. RGB value is (26,86,115). Sum of RGB (Red+Green+Blue) = 26+86+115=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5673 is #E5A98C. Grayscale: #474747. Windows color (decimal): -15051149 or 7558682. OLE color: 7558682.

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

Color convert

RGB 26 86 115 -
CMYK 0.77 0.25 0 0.55
HSL 199.55º 0.63% 0.28% -
HSV(B) 199.55º 0.77% 0.45% -
XYZ 6.85 8.11 17.42 -
YUV 71.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 26 86 115 0.77 0.25 0 0.55 199.55 0.63 0.28
Hex 1A 56 73 4D 19 0 37 C8 3F 1C
Octal 32 126 163 115 31 0 67 310 77 34
Binary 11010 1010110 1110011 1001101 11001 0 110111 11001000 111111 11100

Color Harmonies of #1A5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5673

Black with #1A5673

Text Example


Text Example

White with #1A5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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