Html Css Color HEX #0B051B Jaguar

📋 copy color: '#0B051B'

red 11 ◦ green 5 ◦ blue 27

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

Shades of Jaguar #0B051B

Tints of Jaguar #0B051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 62.79%

R = 25.58%
G = 11.63%
B = 62.79%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B051B (or 0x0B051B) is known color: Jaguar. HEX triplet: 0B, 05 and 1B. RGB value is (11,5,27). Sum of RGB (Red+Green+Blue) = 11+5+27=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051B is #F4FAE4. Grayscale: #090909. Windows color (decimal): -16055013 or 1770763. OLE color: 1770763.

HSL color Cylindrical-coordinate representation of color #0B051B: hue angle of 256.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B051B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 5 27 -
CMYK 0.59 0.81 0 0.89
HSL 256.36º 0.69% 0.06% -
HSV(B) 256.36º 0.81% 0.11% -
XYZ 0.39 0.26 1.07 -
YUV 9.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 11 5 27 0.59 0.81 0 0.89 256.36 0.69 0.06
Hex B 5 1B 3B 51 0 59 100 45 6
Octal 13 5 33 73 121 0 131 400 105 6
Binary 1011 101 11011 111011 1010001 0 1011001 100000000 1000101 110

Color Harmonies of #0B051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B051B

Black with #0B051B

Text Example


Text Example

White with #0B051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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