Html Css Color HEX #17133B Jaguar

📋 copy color: '#17133B'

red 23 ◦ green 19 ◦ blue 59

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

Shades of Jaguar #17133B

Tints of Jaguar #17133B

RGB

 RED value IS 23 (9.38% from 255) = 22.77%

 GREEN value IS 19 (7.81% from 255) = 18.81%

 BLUE value IS 59 (23.44% from 255) = 58.42%

R = 22.77%
G = 18.81%
B = 58.42%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#17133B (or 0x17133B) is known color: Jaguar. HEX triplet: 17, 13 and 3B. RGB value is (23,19,59). Sum of RGB (Red+Green+Blue) = 23+19+59=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #17133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17133B is #E8ECC4. Grayscale: #181818. Windows color (decimal): -15264965 or 3871511. OLE color: 3871511.

HSL color Cylindrical-coordinate representation of color #17133B: hue angle of 246º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17133B is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 23 19 59 -
CMYK 0.61 0.68 0 0.77
HSL 246º 0.51% 0.15% -
HSV(B) 246º 0.68% 0.23% -
XYZ 1.38 0.96 4.25 -
YUV 24.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 23 19 59 0.61 0.68 0 0.77 246 0.51 0.15
Hex 17 13 3B 3D 44 0 4D F6 33 F
Octal 27 23 73 75 104 0 115 366 63 17
Binary 10111 10011 111011 111101 1000100 0 1001101 11110110 110011 1111

Color Harmonies of #17133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17133B

Black with #17133B

Text Example


Text Example

White with #17133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17133B; }

 p { color: rgb(23,19,59); }

 H1.HeaderClassName
 {
   color: #17133B;
 }
 .AnyTagClassName
 {
   color: #17133B;
 }
</style>

background-color css

<style>
 a { background-color: #17133B; }

 a { background-color: rgb(23,19,59); }

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

border-color css

<style>
 span { border-color: #17133B; }

 span { border-color: rgb(23,19,59); }

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