Html Css Color HEX #151230 Jaguar

📋 copy color: '#151230'

red 21 ◦ green 18 ◦ blue 48

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

Shades of Jaguar #151230

Tints of Jaguar #151230

RGB

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

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

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

R = 24.14%
G = 20.69%
B = 55.17%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151230 (or 0x151230) is known color: Jaguar. HEX triplet: 15, 12 and 30. RGB value is (21,18,48). Sum of RGB (Red+Green+Blue) = 21+18+48=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #151230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151230 is #EAEDCF. Grayscale: #161616. Windows color (decimal): -15396304 or 3150357. OLE color: 3150357.

HSL color Cylindrical-coordinate representation of color #151230: hue angle of 246º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #151230 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 18 48 -
CMYK 0.56 0.63 0 0.81
HSL 246º 0.45% 0.13% -
HSV(B) 246º 0.63% 0.19% -
XYZ 1.06 0.81 2.9 -
YUV 22.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 21 18 48 0.56 0.63 0 0.81 246 0.45 0.13
Hex 15 12 30 38 3F 0 51 F6 2D D
Octal 25 22 60 70 77 0 121 366 55 15
Binary 10101 10010 110000 111000 111111 0 1010001 11110110 101101 1101

Color Harmonies of #151230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151230

Black with #151230

Text Example


Text Example

White with #151230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151230; }

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

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

background-color css

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

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

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

border-color css

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

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

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