Html Css Color HEX #0B051C Jaguar

📋 copy color: '#0B051C'

red 11 ◦ green 5 ◦ blue 28

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

Shades of Jaguar #0B051C

Tints of Jaguar #0B051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 63.64%

R = 25%
G = 11.36%
B = 63.64%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B051C (or 0x0B051C) is known color: Jaguar. HEX triplet: 0B, 05 and 1C. RGB value is (11,5,28). Sum of RGB (Red+Green+Blue) = 11+5+28=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B051C is #F4FAE3. Grayscale: #090909. Windows color (decimal): -16055012 or 1836299. OLE color: 1836299.

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

Color convert

RGB 11 5 28 -
CMYK 0.61 0.82 0 0.89
HSL 255.65º 0.7% 0.06% -
HSV(B) 255.65º 0.82% 0.11% -
XYZ 0.4 0.26 1.13 -
YUV 9.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 11 5 28 0.61 0.82 0 0.89 255.65 0.7 0.06
Hex B 5 1C 3D 52 0 59 100 46 6
Octal 13 5 34 75 122 0 131 400 106 6
Binary 1011 101 11100 111101 1010010 0 1011001 100000000 1000110 110

Color Harmonies of #0B051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B051C

Black with #0B051C

Text Example


Text Example

White with #0B051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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