Html Css Color HEX #1A5873 Orient

📋 copy color: '#1A5873'

red 26 ◦ green 88 ◦ blue 115

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

Shades of Orient #1A5873

Tints of Orient #1A5873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

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

R = 11.35%
G = 38.43%
B = 50.22%

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

#1A5873 (or 0x1A5873) is known color: Orient. HEX triplet: 1A, 58 and 73. RGB value is (26,88,115). Sum of RGB (Red+Green+Blue) = 26+88+115=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A5873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5873 is #E5A78C. Grayscale: #484848. Windows color (decimal): -15050637 or 7559194. OLE color: 7559194.

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

Color convert

RGB 26 88 115 -
CMYK 0.77 0.23 0 0.55
HSL 198.2º 0.63% 0.28% -
HSV(B) 198.2º 0.77% 0.45% -
XYZ 7.01 8.44 17.48 -
YUV 72.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 26 88 115 0.77 0.23 0 0.55 198.2 0.63 0.28
Hex 1A 58 73 4D 17 0 37 C6 3F 1C
Octal 32 130 163 115 27 0 67 306 77 34
Binary 11010 1011000 1110011 1001101 10111 0 110111 11000110 111111 11100

Color Harmonies of #1A5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5873

Black with #1A5873

Text Example


Text Example

White with #1A5873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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