Html Css Color HEX #1A5875 Orient

📋 copy color: '#1A5875'

red 26 ◦ green 88 ◦ blue 117

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

Shades of Orient #1A5875

Tints of Orient #1A5875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 11.26%
G = 38.1%
B = 50.65%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A5875 (or 0x1A5875) is known color: Orient. HEX triplet: 1A, 58 and 75. RGB value is (26,88,117). Sum of RGB (Red+Green+Blue) = 26+88+117=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5875 is #E5A78A. Grayscale: #484848. Windows color (decimal): -15050635 or 7690266. OLE color: 7690266.

HSL color Cylindrical-coordinate representation of color #1A5875: hue angle of 199.12º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5875 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 88 117 -
CMYK 0.78 0.25 0 0.54
HSL 199.12º 0.64% 0.28% -
HSV(B) 199.12º 0.78% 0.46% -
XYZ 7.13 8.48 18.09 -
YUV 72.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 26 88 117 0.78 0.25 0 0.54 199.12 0.64 0.28
Hex 1A 58 75 4E 19 0 36 C7 40 1C
Octal 32 130 165 116 31 0 66 307 100 34
Binary 11010 1011000 1110101 1001110 11001 0 110110 11000111 1000000 11100

Color Harmonies of #1A5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5875

Black with #1A5875

Text Example


Text Example

White with #1A5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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