Html Css Color HEX #0B051A Jaguar

📋 copy color: '#0B051A'

red 11 ◦ green 5 ◦ blue 26

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

Shades of Jaguar #0B051A

Tints of Jaguar #0B051A

RGB

 RED value IS 11 (4.69% from 255) = 26.19%

 GREEN value IS 5 (2.34% from 255) = 11.9%

 BLUE value IS 26 (10.55% from 255) = 61.9%

R = 26.19%
G = 11.9%
B = 61.9%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0B051A (or 0x0B051A) is known color: Jaguar. HEX triplet: 0B, 05 and 1A. RGB value is (11,5,26). Sum of RGB (Red+Green+Blue) = 11+5+26=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051A is #F4FAE5. Grayscale: #090909. Windows color (decimal): -16055014 or 1705227. OLE color: 1705227.

HSL color Cylindrical-coordinate representation of color #0B051A: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B051A is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 5 26 -
CMYK 0.58 0.81 0 0.90
HSL 257.14º 0.68% 0.06% -
HSV(B) 257.14º 0.81% 0.1% -
XYZ 0.38 0.25 1.01 -
YUV 9.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 11 5 26 0.58 0.81 0 0.90 257.14 0.68 0.06
Hex B 5 1A 3A 51 0 5A 101 44 6
Octal 13 5 32 72 121 0 132 401 104 6
Binary 1011 101 11010 111010 1010001 0 1011010 100000001 1000100 110

Color Harmonies of #0B051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B051A

Black with #0B051A

Text Example


Text Example

White with #0B051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,26); }

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

background-color css

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

 a { background-color: rgb(11,5,26); }

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

border-color css

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

 span { border-color: rgb(11,5,26); }

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