Html Css Color HEX #10092B Jaguar

📋 copy color: '#10092B'

red 16 ◦ green 9 ◦ blue 43

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

Shades of Jaguar #10092B

Tints of Jaguar #10092B

RGB

 RED value IS 16 (6.64% from 255) = 23.53%

 GREEN value IS 9 (3.91% from 255) = 13.24%

 BLUE value IS 43 (17.19% from 255) = 63.24%

R = 23.53%
G = 13.24%
B = 63.24%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10092B (or 0x10092B) is known color: Jaguar. HEX triplet: 10, 09 and 2B. RGB value is (16,9,43). Sum of RGB (Red+Green+Blue) = 16+9+43=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #10092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10092B is #EFF6D4. Grayscale: #0E0E0E. Windows color (decimal): -15726293 or 2820368. OLE color: 2820368.

HSL color Cylindrical-coordinate representation of color #10092B: hue angle of 252.35º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10092B is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 9 43 -
CMYK 0.63 0.79 0 0.83
HSL 252.35º 0.65% 0.1% -
HSV(B) 252.35º 0.79% 0.17% -
XYZ 0.75 0.48 2.34 -
YUV 14.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 16 9 43 0.63 0.79 0 0.83 252.35 0.65 0.1
Hex 10 9 2B 3F 4F 0 53 FC 41 A
Octal 20 11 53 77 117 0 123 374 101 12
Binary 10000 1001 101011 111111 1001111 0 1010011 11111100 1000001 1010

Color Harmonies of #10092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10092B

Black with #10092B

Text Example


Text Example

White with #10092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10092B; }

 p { color: rgb(16,9,43); }

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

background-color css

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

 a { background-color: rgb(16,9,43); }

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

border-color css

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

 span { border-color: rgb(16,9,43); }

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