Html Css Color HEX #1A5975 Orient

📋 copy color: '#1A5975'

red 26 ◦ green 89 ◦ blue 117

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

Shades of Orient #1A5975

Tints of Orient #1A5975

RGB

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

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

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

R = 11.21%
G = 38.36%
B = 50.43%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A5975 (or 0x1A5975) is known color: Orient. HEX triplet: 1A, 59 and 75. RGB value is (26,89,117). Sum of RGB (Red+Green+Blue) = 26+89+117=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A5975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5975 is #E5A68A. Grayscale: #494949. Windows color (decimal): -15050379 or 7690522. OLE color: 7690522.

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

Color convert

RGB 26 89 117 -
CMYK 0.78 0.24 0 0.54
HSL 198.46º 0.64% 0.28% -
HSV(B) 198.46º 0.78% 0.46% -
XYZ 7.21 8.65 18.12 -
YUV 73.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 26 89 117 0.78 0.24 0 0.54 198.46 0.64 0.28
Hex 1A 59 75 4E 18 0 36 C6 40 1C
Octal 32 131 165 116 30 0 66 306 100 34
Binary 11010 1011001 1110101 1001110 11000 0 110110 11000110 1000000 11100

Color Harmonies of #1A5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5975

Black with #1A5975

Text Example


Text Example

White with #1A5975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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