Html Css Color HEX #1B596D Orient

📋 copy color: '#1B596D'

red 27 ◦ green 89 ◦ blue 109

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

Shades of Orient #1B596D

Tints of Orient #1B596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 12%
G = 39.56%
B = 48.44%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B596D (or 0x1B596D) is known color: Orient. HEX triplet: 1B, 59 and 6D. RGB value is (27,89,109). Sum of RGB (Red+Green+Blue) = 27+89+109=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B596D is #E4A692. Grayscale: #484848. Windows color (decimal): -14984851 or 7166235. OLE color: 7166235.

HSL color Cylindrical-coordinate representation of color #1B596D: hue angle of 194.63º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B596D is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 89 109 -
CMYK 0.75 0.18 0 0.57
HSL 194.63º 0.6% 0.27% -
HSV(B) 194.63º 0.75% 0.43% -
XYZ 6.78 8.48 15.75 -
YUV 72.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 27 89 109 0.75 0.18 0 0.57 194.63 0.6 0.27
Hex 1B 59 6D 4B 12 0 39 C3 3C 1B
Octal 33 131 155 113 22 0 71 303 74 33
Binary 11011 1011001 1101101 1001011 10010 0 111001 11000011 111100 11011

Color Harmonies of #1B596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B596D

Black with #1B596D

Text Example


Text Example

White with #1B596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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