Html Css Color HEX #110C23 Jaguar

📋 copy color: '#110C23'

red 17 ◦ green 12 ◦ blue 35

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

Shades of Jaguar #110C23

Tints of Jaguar #110C23

RGB

 RED value IS 17 (7.03% from 255) = 26.56%

 GREEN value IS 12 (5.08% from 255) = 18.75%

 BLUE value IS 35 (14.06% from 255) = 54.69%

R = 26.56%
G = 18.75%
B = 54.69%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#110C23 (or 0x110C23) is known color: Jaguar. HEX triplet: 11, 0C and 23. RGB value is (17,12,35). Sum of RGB (Red+Green+Blue) = 17+12+35=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #110C23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C23 is #EEF3DC. Grayscale: #101010. Windows color (decimal): -15659997 or 2296849. OLE color: 2296849.

HSL color Cylindrical-coordinate representation of color #110C23: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #110C23 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 12 35 -
CMYK 0.51 0.66 0 0.86
HSL 253.04º 0.49% 0.09% -
HSV(B) 253.04º 0.66% 0.14% -
XYZ 0.67 0.5 1.65 -
YUV 16.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 17 12 35 0.51 0.66 0 0.86 253.04 0.49 0.09
Hex 11 C 23 33 42 0 56 FD 31 9
Octal 21 14 43 63 102 0 126 375 61 11
Binary 10001 1100 100011 110011 1000010 0 1010110 11111101 110001 1001

Color Harmonies of #110C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C23

Black with #110C23

Text Example


Text Example

White with #110C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110C23; }

 p { color: rgb(17,12,35); }

 H1.HeaderClassName
 {
   color: #110C23;
 }
 .AnyTagClassName
 {
   color: #110C23;
 }
</style>

background-color css

<style>
 a { background-color: #110C23; }

 a { background-color: rgb(17,12,35); }

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

border-color css

<style>
 span { border-color: #110C23; }

 span { border-color: rgb(17,12,35); }

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