Html Css Color HEX #1A596A Orient

📋 copy color: '#1A596A'

red 26 ◦ green 89 ◦ blue 106

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

Shades of Orient #1A596A

Tints of Orient #1A596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 11.76%
G = 40.27%
B = 47.96%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1A596A (or 0x1A596A) is known color: Orient. HEX triplet: 1A, 59 and 6A. RGB value is (26,89,106). Sum of RGB (Red+Green+Blue) = 26+89+106=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A596A is #E5A695. Grayscale: #474747. Windows color (decimal): -15050390 or 6969626. OLE color: 6969626.

HSL color Cylindrical-coordinate representation of color #1A596A: hue angle of 192.75º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A596A is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 89 106 -
CMYK 0.75 0.16 0 0.58
HSL 192.75º 0.61% 0.26% -
HSV(B) 192.75º 0.75% 0.42% -
XYZ 6.6 8.4 14.91 -
YUV 72.1 147.13 95.12 -
System Red Green Blue C M Y K H S L
Decimal 26 89 106 0.75 0.16 0 0.58 192.75 0.61 0.26
Hex 1A 59 6A 4B 10 0 3A C1 3D 1A
Octal 32 131 152 113 20 0 72 301 75 32
Binary 11010 1011001 1101010 1001011 10000 0 111010 11000001 111101 11010

Color Harmonies of #1A596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A596A

Black with #1A596A

Text Example


Text Example

White with #1A596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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