Html Css Color HEX #1B596B Orient

📋 copy color: '#1B596B'

red 27 ◦ green 89 ◦ blue 107

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

Shades of Orient #1B596B

Tints of Orient #1B596B

RGB

 RED value IS 27 (10.94% from 255) = 12.11%

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

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 12.11%
G = 39.91%
B = 47.98%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1B596B (or 0x1B596B) is known color: Orient. HEX triplet: 1B, 59 and 6B. RGB value is (27,89,107). Sum of RGB (Red+Green+Blue) = 27+89+107=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B596B is #E4A694. Grayscale: #484848. Windows color (decimal): -14984853 or 7035163. OLE color: 7035163.

HSL color Cylindrical-coordinate representation of color #1B596B: hue angle of 193.5º degrees, saturation: 0.6, 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 #1B596B is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 89 107 -
CMYK 0.75 0.17 0 0.58
HSL 193.5º 0.6% 0.26% -
HSV(B) 193.5º 0.75% 0.42% -
XYZ 6.68 8.44 15.19 -
YUV 72.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 27 89 107 0.75 0.17 0 0.58 193.5 0.6 0.26
Hex 1B 59 6B 4B 11 0 3A C2 3C 1A
Octal 33 131 153 113 21 0 72 302 74 32
Binary 11011 1011001 1101011 1001011 10001 0 111010 11000010 111100 11010

Color Harmonies of #1B596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B596B

Black with #1B596B

Text Example


Text Example

White with #1B596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,89,107); }

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

background-color css

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

 a { background-color: rgb(27,89,107); }

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

border-color css

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

 span { border-color: rgb(27,89,107); }

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