Html Css Color HEX #0D0528 Jaguar

📋 copy color: '#0D0528'

red 13 ◦ green 5 ◦ blue 40

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

Shades of Jaguar #0D0528

Tints of Jaguar #0D0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 68.97%

R = 22.41%
G = 8.62%
B = 68.97%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0D0528 (or 0x0D0528) is known color: Jaguar. HEX triplet: 0D, 05 and 28. RGB value is (13,5,40). Sum of RGB (Red+Green+Blue) = 13+5+40=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0528 is #F2FAD7. Grayscale: #0B0B0B. Windows color (decimal): -15923928 or 2622733. OLE color: 2622733.

HSL color Cylindrical-coordinate representation of color #0D0528: hue angle of 253.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D0528 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 5 40 -
CMYK 0.67 0.88 0 0.84
HSL 253.71º 0.78% 0.09% -
HSV(B) 253.71º 0.88% 0.16% -
XYZ 0.6 0.35 2.04 -
YUV 11.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 13 5 40 0.67 0.88 0 0.84 253.71 0.78 0.09
Hex D 5 28 43 58 0 54 FE 4E 9
Octal 15 5 50 103 130 0 124 376 116 11
Binary 1101 101 101000 1000011 1011000 0 1010100 11111110 1001110 1001

Color Harmonies of #0D0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0528

Black with #0D0528

Text Example


Text Example

White with #0D0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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