Html Css Color HEX #18153A Jaguar

📋 copy color: '#18153A'

red 24 ◦ green 21 ◦ blue 58

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

Shades of Jaguar #18153A

Tints of Jaguar #18153A

RGB

 RED value IS 24 (9.77% from 255) = 23.3%

 GREEN value IS 21 (8.59% from 255) = 20.39%

 BLUE value IS 58 (23.05% from 255) = 56.31%

R = 23.3%
G = 20.39%
B = 56.31%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18153A (or 0x18153A) is known color: Jaguar. HEX triplet: 18, 15 and 3A. RGB value is (24,21,58). Sum of RGB (Red+Green+Blue) = 24+21+58=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #18153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18153A is #E7EAC5. Grayscale: #191919. Windows color (decimal): -15198918 or 3806488. OLE color: 3806488.

HSL color Cylindrical-coordinate representation of color #18153A: hue angle of 244.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18153A is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 21 58 -
CMYK 0.59 0.64 0 0.77
HSL 244.86º 0.47% 0.15% -
HSV(B) 244.86º 0.64% 0.23% -
XYZ 1.41 1.04 4.13 -
YUV 26.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 24 21 58 0.59 0.64 0 0.77 244.86 0.47 0.15
Hex 18 15 3A 3B 40 0 4D F5 2F F
Octal 30 25 72 73 100 0 115 365 57 17
Binary 11000 10101 111010 111011 1000000 0 1001101 11110101 101111 1111

Color Harmonies of #18153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18153A

Black with #18153A

Text Example


Text Example

White with #18153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18153A; }

 p { color: rgb(24,21,58); }

 H1.HeaderClassName
 {
   color: #18153A;
 }
 .AnyTagClassName
 {
   color: #18153A;
 }
</style>

background-color css

<style>
 a { background-color: #18153A; }

 a { background-color: rgb(24,21,58); }

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

border-color css

<style>
 span { border-color: #18153A; }

 span { border-color: rgb(24,21,58); }

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