Html Css Color HEX #0D052D Jaguar

📋 copy color: '#0D052D'

red 13 ◦ green 5 ◦ blue 45

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

Shades of Jaguar #0D052D

Tints of Jaguar #0D052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 71.43%

R = 20.63%
G = 7.94%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0D052D (or 0x0D052D) is known color: Jaguar. HEX triplet: 0D, 05 and 2D. RGB value is (13,5,45). Sum of RGB (Red+Green+Blue) = 13+5+45=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 45 (17.97% from 255 or 71.43% from 63); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D052D is #F2FAD2. Grayscale: #0B0B0B. Windows color (decimal): -15923923 or 2950413. OLE color: 2950413.

HSL color Cylindrical-coordinate representation of color #0D052D: hue angle of 252º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D052D is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 5 45 -
CMYK 0.71 0.89 0 0.82
HSL 252º 0.8% 0.1% -
HSV(B) 252º 0.89% 0.18% -
XYZ 0.69 0.38 2.52 -
YUV 11.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 13 5 45 0.71 0.89 0 0.82 252 0.8 0.1
Hex D 5 2D 47 59 0 52 FC 50 A
Octal 15 5 55 107 131 0 122 374 120 12
Binary 1101 101 101101 1000111 1011001 0 1010010 11111100 1010000 1010

Color Harmonies of #0D052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D052D

Black with #0D052D

Text Example


Text Example

White with #0D052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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