#1B183B

Color #1B183B Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #1B183B

Tints of Jaguar #1B183B

Color information

#1B183B (or 0x1B183B) is unknown color: approx Jaguar. HEX triplet: 1B, 18 and 3B. RGB value is (27,24,59). Sum of RGB (Red+Green+Blue) = 27+24+59=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B183B is #E4E7C4. Grayscale: #1C1C1C. Windows color (decimal): -15001541 or 3872795. OLE color: 3872795.

HSL color Cylindrical-coordinate representation of color #1B183B: hue angle of 245.14º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B183B is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB272459-
CMYK0.540.5900.77
HSL245.14º42.17%16.27%-
HSV(B)245.14º59.32%23.14%-
XYZ1.571.24.29-
YUV28.89144.99126.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.55%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 59 (23.44% from 255) = 53.64%
R=24.55%
G=21.82%
B=53.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2724590.540.5900.77245.1442.1716.27
Hex1B183B363B04Df52a10
Octal333073667301153655220
Binary1101111000111011110110111011010011011111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,59); }

 H1.HeaderClassName
 {
   color: #1B183B;
 }
 .AnyTagClassName
 {
   color: #1B183B;
 }
</style>
background-color css

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

 a { background-color: rgb(27,24,59); }

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

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

 span { border-color: rgb(27,24,59); }

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