Html Css Color HEX #1A596F Orient

📋 copy color: '#1A596F'

red 26 ◦ green 89 ◦ blue 111

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

Shades of Orient #1A596F

Tints of Orient #1A596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 11.5%
G = 39.38%
B = 49.12%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A596F (or 0x1A596F) is known color: Orient. HEX triplet: 1A, 59 and 6F. RGB value is (26,89,111). Sum of RGB (Red+Green+Blue) = 26+89+111=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A596F is #E5A690. Grayscale: #484848. Windows color (decimal): -15050385 or 7297306. OLE color: 7297306.

HSL color Cylindrical-coordinate representation of color #1A596F: hue angle of 195.53º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A596F is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 89 111 -
CMYK 0.77 0.20 0 0.56
HSL 195.53º 0.62% 0.27% -
HSV(B) 195.53º 0.77% 0.44% -
XYZ 6.87 8.51 16.32 -
YUV 72.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 26 89 111 0.77 0.20 0 0.56 195.53 0.62 0.27
Hex 1A 59 6F 4D 14 0 38 C4 3E 1B
Octal 32 131 157 115 24 0 70 304 76 33
Binary 11010 1011001 1101111 1001101 10100 0 111000 11000100 111110 11011

Color Harmonies of #1A596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A596F

Black with #1A596F

Text Example


Text Example

White with #1A596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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