Html Css Color HEX #0D0530 Jaguar

📋 copy color: '#0D0530'

red 13 ◦ green 5 ◦ blue 48

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

Shades of Jaguar #0D0530

Tints of Jaguar #0D0530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 72.73%

R = 19.7%
G = 7.58%
B = 72.73%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0D0530 (or 0x0D0530) is known color: Jaguar. HEX triplet: 0D, 05 and 30. RGB value is (13,5,48). Sum of RGB (Red+Green+Blue) = 13+5+48=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0530 is #F2FACF. Grayscale: #0C0C0C. Windows color (decimal): -15923920 or 3147021. OLE color: 3147021.

HSL color Cylindrical-coordinate representation of color #0D0530: hue angle of 251.16º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0530 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 5 48 -
CMYK 0.73 0.90 0 0.81
HSL 251.16º 0.81% 0.1% -
HSV(B) 251.16º 0.9% 0.19% -
XYZ 0.75 0.41 2.84 -
YUV 12.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 13 5 48 0.73 0.90 0 0.81 251.16 0.81 0.1
Hex D 5 30 49 5A 0 51 FB 51 A
Octal 15 5 60 111 132 0 121 373 121 12
Binary 1101 101 110000 1001001 1011010 0 1010001 11111011 1010001 1010

Color Harmonies of #0D0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0530

Black with #0D0530

Text Example


Text Example

White with #0D0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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