Html Css Color HEX #0D062B Jaguar

📋 copy color: '#0D062B'

red 13 ◦ green 6 ◦ blue 43

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

Shades of Jaguar #0D062B

Tints of Jaguar #0D062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

 BLUE value IS 43 (17.19% from 255) = 69.35%

R = 20.97%
G = 9.68%
B = 69.35%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0D062B (or 0x0D062B) is known color: Jaguar. HEX triplet: 0D, 06 and 2B. RGB value is (13,6,43). Sum of RGB (Red+Green+Blue) = 13+6+43=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 43 (17.19% from 255 or 69.35% from 62); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D062B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D062B is #F2F9D4. Grayscale: #0C0C0C. Windows color (decimal): -15923669 or 2819597. OLE color: 2819597.

HSL color Cylindrical-coordinate representation of color #0D062B: hue angle of 251.35º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D062B is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 13 6 43 -
CMYK 0.70 0.86 0 0.83
HSL 251.35º 0.76% 0.1% -
HSV(B) 251.35º 0.86% 0.17% -
XYZ 0.67 0.39 2.33 -
YUV 12.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 13 6 43 0.70 0.86 0 0.83 251.35 0.76 0.1
Hex D 6 2B 46 56 0 53 FB 4C A
Octal 15 6 53 106 126 0 123 373 114 12
Binary 1101 110 101011 1000110 1010110 0 1010011 11111011 1001100 1010

Color Harmonies of #0D062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D062B

Black with #0D062B

Text Example


Text Example

White with #0D062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,43); }

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

background-color css

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

 a { background-color: rgb(13,6,43); }

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

border-color css

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

 span { border-color: rgb(13,6,43); }

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