Html Css Color HEX #0A0124 Jaguar

📋 copy color: '#0A0124'

red 10 ◦ green 1 ◦ blue 36

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

Shades of Jaguar #0A0124

Tints of Jaguar #0A0124

RGB

 RED value IS 10 (4.3% from 255) = 21.28%

 GREEN value IS 1 (0.78% from 255) = 2.13%

 BLUE value IS 36 (14.45% from 255) = 76.6%

R = 21.28%
G = 2.13%
B = 76.6%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0A0124 (or 0x0A0124) is known color: Jaguar. HEX triplet: 0A, 01 and 24. RGB value is (10,1,36). Sum of RGB (Red+Green+Blue) = 10+1+36=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 36 (14.45% from 255 or 76.60% from 47); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A0124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0124 is #F5FEDB. Grayscale: #070707. Windows color (decimal): -16121564 or 2359562. OLE color: 2359562.

HSL color Cylindrical-coordinate representation of color #0A0124: hue angle of 255.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0124 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 1 36 -
CMYK 0.72 0.97 0 0.86
HSL 255.43º 0.95% 0.07% -
HSV(B) 255.43º 0.97% 0.14% -
XYZ 0.45 0.21 1.69 -
YUV 7.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 10 1 36 0.72 0.97 0 0.86 255.43 0.95 0.07
Hex A 1 24 48 61 0 56 FF 5F 7
Octal 12 1 44 110 141 0 126 377 137 7
Binary 1010 1 100100 1001000 1100001 0 1010110 11111111 1011111 111

Color Harmonies of #0A0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0124

Black with #0A0124

Text Example


Text Example

White with #0A0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0124; }

 p { color: rgb(10,1,36); }

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

background-color css

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

 a { background-color: rgb(10,1,36); }

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

border-color css

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

 span { border-color: rgb(10,1,36); }

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