Html Css Color HEX #151228 Jaguar

📋 copy color: '#151228'

red 21 ◦ green 18 ◦ blue 40

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

Shades of Jaguar #151228

Tints of Jaguar #151228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

 BLUE value IS 40 (16.02% from 255) = 50.63%

R = 26.58%
G = 22.78%
B = 50.63%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#151228 (or 0x151228) is known color: Jaguar. HEX triplet: 15, 12 and 28. RGB value is (21,18,40). Sum of RGB (Red+Green+Blue) = 21+18+40=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #151228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151228 is #EAEDD7. Grayscale: #151515. Windows color (decimal): -15396312 or 2626069. OLE color: 2626069.

HSL color Cylindrical-coordinate representation of color #151228: hue angle of 248.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151228 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 18 40 -
CMYK 0.48 0.55 0 0.84
HSL 248.18º 0.38% 0.11% -
HSV(B) 248.18º 0.55% 0.16% -
XYZ 0.91 0.75 2.1 -
YUV 21.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 21 18 40 0.48 0.55 0 0.84 248.18 0.38 0.11
Hex 15 12 28 30 37 0 54 F8 26 B
Octal 25 22 50 60 67 0 124 370 46 13
Binary 10101 10010 101000 110000 110111 0 1010100 11111000 100110 1011

Color Harmonies of #151228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151228

Black with #151228

Text Example


Text Example

White with #151228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151228; }

 p { color: rgb(21,18,40); }

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

background-color css

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

 a { background-color: rgb(21,18,40); }

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

border-color css

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

 span { border-color: rgb(21,18,40); }

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