Html Css Color HEX #0D081B Jaguar

📋 copy color: '#0D081B'

red 13 ◦ green 8 ◦ blue 27

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

Shades of Jaguar #0D081B

Tints of Jaguar #0D081B

RGB

 RED value IS 13 (5.47% from 255) = 27.08%

 GREEN value IS 8 (3.52% from 255) = 16.67%

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

R = 27.08%
G = 16.67%
B = 56.25%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D081B (or 0x0D081B) is known color: Jaguar. HEX triplet: 0D, 08 and 1B. RGB value is (13,8,27). Sum of RGB (Red+Green+Blue) = 13+8+27=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081B is #F2F7E4. Grayscale: #0B0B0B. Windows color (decimal): -15923173 or 1771533. OLE color: 1771533.

HSL color Cylindrical-coordinate representation of color #0D081B: hue angle of 255.79º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D081B is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 8 27 -
CMYK 0.52 0.70 0 0.89
HSL 255.79º 0.54% 0.07% -
HSV(B) 255.79º 0.7% 0.11% -
XYZ 0.45 0.34 1.08 -
YUV 11.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 13 8 27 0.52 0.70 0 0.89 255.79 0.54 0.07
Hex D 8 1B 34 46 0 59 100 36 7
Octal 15 10 33 64 106 0 131 400 66 7
Binary 1101 1000 11011 110100 1000110 0 1011001 100000000 110110 111

Color Harmonies of #0D081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D081B

Black with #0D081B

Text Example


Text Example

White with #0D081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,27); }

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

background-color css

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

 a { background-color: rgb(13,8,27); }

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

border-color css

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

 span { border-color: rgb(13,8,27); }

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