Html Css Color HEX #151238 Jaguar

📋 copy color: '#151238'

red 21 ◦ green 18 ◦ blue 56

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

Shades of Jaguar #151238

Tints of Jaguar #151238

RGB

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

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

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

R = 22.11%
G = 18.95%
B = 58.95%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#151238 (or 0x151238) is known color: Jaguar. HEX triplet: 15, 12 and 38. RGB value is (21,18,56). Sum of RGB (Red+Green+Blue) = 21+18+56=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #151238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151238 is #EAEDC7. Grayscale: #171717. Windows color (decimal): -15396296 or 3674645. OLE color: 3674645.

HSL color Cylindrical-coordinate representation of color #151238: hue angle of 244.74º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #151238 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 18 56 -
CMYK 0.63 0.68 0 0.78
HSL 244.74º 0.51% 0.15% -
HSV(B) 244.74º 0.68% 0.22% -
XYZ 1.24 0.88 3.85 -
YUV 23.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 21 18 56 0.63 0.68 0 0.78 244.74 0.51 0.15
Hex 15 12 38 3F 44 0 4E F5 33 F
Octal 25 22 70 77 104 0 116 365 63 17
Binary 10101 10010 111000 111111 1000100 0 1001110 11110101 110011 1111

Color Harmonies of #151238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151238

Black with #151238

Text Example


Text Example

White with #151238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151238; }

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

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

background-color css

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

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

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

border-color css

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

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

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