Html Css Color HEX #110C30 Jaguar

📋 copy color: '#110C30'

red 17 ◦ green 12 ◦ blue 48

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

Shades of Jaguar #110C30

Tints of Jaguar #110C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 22.08%
G = 15.58%
B = 62.34%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#110C30 (or 0x110C30) is known color: Jaguar. HEX triplet: 11, 0C and 30. RGB value is (17,12,48). Sum of RGB (Red+Green+Blue) = 17+12+48=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #110C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C30 is #EEF3CF. Grayscale: #111111. Windows color (decimal): -15659984 or 3148817. OLE color: 3148817.

HSL color Cylindrical-coordinate representation of color #110C30: hue angle of 248.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110C30 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 12 48 -
CMYK 0.65 0.75 0 0.81
HSL 248.33º 0.6% 0.12% -
HSV(B) 248.33º 0.75% 0.19% -
XYZ 0.9 0.6 2.86 -
YUV 17.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 17 12 48 0.65 0.75 0 0.81 248.33 0.6 0.12
Hex 11 C 30 41 4B 0 51 F8 3C C
Octal 21 14 60 101 113 0 121 370 74 14
Binary 10001 1100 110000 1000001 1001011 0 1010001 11111000 111100 1100

Color Harmonies of #110C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C30

Black with #110C30

Text Example


Text Example

White with #110C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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