Html Css Color HEX #0D0533 Jaguar

📋 copy color: '#0D0533'

red 13 ◦ green 5 ◦ blue 51

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

Shades of Jaguar #0D0533

Tints of Jaguar #0D0533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 73.91%

R = 18.84%
G = 7.25%
B = 73.91%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0D0533 (or 0x0D0533) is known color: Jaguar. HEX triplet: 0D, 05 and 33. RGB value is (13,5,51). Sum of RGB (Red+Green+Blue) = 13+5+51=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D0533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0533 is #F2FACC. Grayscale: #0C0C0C. Windows color (decimal): -15923917 or 3343629. OLE color: 3343629.

HSL color Cylindrical-coordinate representation of color #0D0533: hue angle of 250.43º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0533 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 13 5 51 -
CMYK 0.75 0.90 0 0.8
HSL 250.43º 0.82% 0.11% -
HSV(B) 250.43º 0.9% 0.2% -
XYZ 0.82 0.43 3.17 -
YUV 12.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 13 5 51 0.75 0.90 0 0.8 250.43 0.82 0.11
Hex D 5 33 4B 5A 0 50 FA 52 B
Octal 15 5 63 113 132 0 120 372 122 13
Binary 1101 101 110011 1001011 1011010 0 1010000 11111010 1010010 1011

Color Harmonies of #0D0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0533

Black with #0D0533

Text Example


Text Example

White with #0D0533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,51); }

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

background-color css

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

 a { background-color: rgb(13,5,51); }

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

border-color css

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

 span { border-color: rgb(13,5,51); }

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