Html Css Color HEX #17133C Jaguar

📋 copy color: '#17133C'

red 23 ◦ green 19 ◦ blue 60

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

Shades of Jaguar #17133C

Tints of Jaguar #17133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 58.82%

R = 22.55%
G = 18.63%
B = 58.82%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#17133C (or 0x17133C) is known color: Jaguar. HEX triplet: 17, 13 and 3C. RGB value is (23,19,60). Sum of RGB (Red+Green+Blue) = 23+19+60=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #17133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17133C is #E8ECC3. Grayscale: #181818. Windows color (decimal): -15264964 or 3937047. OLE color: 3937047.

HSL color Cylindrical-coordinate representation of color #17133C: hue angle of 245.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17133C is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 19 60 -
CMYK 0.62 0.68 0 0.76
HSL 245.85º 0.52% 0.15% -
HSV(B) 245.85º 0.68% 0.24% -
XYZ 1.4 0.97 4.39 -
YUV 24.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 23 19 60 0.62 0.68 0 0.76 245.85 0.52 0.15
Hex 17 13 3C 3E 44 0 4C F6 34 F
Octal 27 23 74 76 104 0 114 366 64 17
Binary 10111 10011 111100 111110 1000100 0 1001100 11110110 110100 1111

Color Harmonies of #17133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17133C

Black with #17133C

Text Example


Text Example

White with #17133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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