Html Css Color HEX #0D0346 Paua

📋 copy color: '#0D0346'

red 13 ◦ green 3 ◦ blue 70

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

Shades of Paua #0D0346

Tints of Paua #0D0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 70 (27.73% from 255) = 81.4%

R = 15.12%
G = 3.49%
B = 81.4%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0D0346 (or 0x0D0346) is known color: Paua. HEX triplet: 0D, 03 and 46. RGB value is (13,3,70). Sum of RGB (Red+Green+Blue) = 13+3+70=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D0346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0346 is #F2FCB9. Grayscale: #0D0D0D. Windows color (decimal): -15924410 or 4588301. OLE color: 4588301.

HSL color Cylindrical-coordinate representation of color #0D0346: hue angle of 248.96º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0346 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 3 70 -
CMYK 0.81 0.96 0 0.73
HSL 248.96º 0.92% 0.14% -
HSV(B) 248.96º 0.96% 0.27% -
XYZ 1.3 0.59 5.84 -
YUV 13.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 13 3 70 0.81 0.96 0 0.73 248.96 0.92 0.14
Hex D 3 46 51 60 0 49 F9 5C E
Octal 15 3 106 121 140 0 111 371 134 16
Binary 1101 11 1000110 1010001 1100000 0 1001001 11111001 1011100 1110

Color Harmonies of #0D0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0346

Black with #0D0346

Text Example


Text Example

White with #0D0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,3,70); }

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

background-color css

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

 a { background-color: rgb(13,3,70); }

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

border-color css

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

 span { border-color: rgb(13,3,70); }

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