Html Css Color HEX #151138 Jaguar

📋 copy color: '#151138'

red 21 ◦ green 17 ◦ blue 56

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

Shades of Jaguar #151138

Tints of Jaguar #151138

RGB

 RED value IS 21 (8.59% from 255) = 22.34%

 GREEN value IS 17 (7.03% from 255) = 18.09%

 BLUE value IS 56 (22.27% from 255) = 59.57%

R = 22.34%
G = 18.09%
B = 59.57%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#151138 (or 0x151138) is known color: Jaguar. HEX triplet: 15, 11 and 38. RGB value is (21,17,56). Sum of RGB (Red+Green+Blue) = 21+17+56=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #151138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151138 is #EAEEC7. Grayscale: #161616. Windows color (decimal): -15396552 or 3674389. OLE color: 3674389.

HSL color Cylindrical-coordinate representation of color #151138: hue angle of 246.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #151138 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 17 56 -
CMYK 0.63 0.70 0 0.78
HSL 246.15º 0.53% 0.14% -
HSV(B) 246.15º 0.7% 0.22% -
XYZ 1.22 0.85 3.84 -
YUV 22.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 21 17 56 0.63 0.70 0 0.78 246.15 0.53 0.14
Hex 15 11 38 3F 46 0 4E F6 35 E
Octal 25 21 70 77 106 0 116 366 65 16
Binary 10101 10001 111000 111111 1000110 0 1001110 11110110 110101 1110

Color Harmonies of #151138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151138

Black with #151138

Text Example


Text Example

White with #151138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151138; }

 p { color: rgb(21,17,56); }

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

background-color css

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

 a { background-color: rgb(21,17,56); }

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

border-color css

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

 span { border-color: rgb(21,17,56); }

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