Html Css Color HEX #0D0546 Paua

📋 copy color: '#0D0546'

red 13 ◦ green 5 ◦ blue 70

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

Shades of Paua #0D0546

Tints of Paua #0D0546

RGB

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

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

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

R = 14.77%
G = 5.68%
B = 79.55%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0D0546 (or 0x0D0546) is known color: Paua. HEX triplet: 0D, 05 and 46. RGB value is (13,5,70). Sum of RGB (Red+Green+Blue) = 13+5+70=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 70 (27.73% from 255 or 79.55% from 88); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D0546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0546 is #F2FAB9. Grayscale: #0E0E0E. Windows color (decimal): -15923898 or 4588813. OLE color: 4588813.

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

Color convert

RGB 13 5 70 -
CMYK 0.81 0.93 0 0.73
HSL 247.38º 0.87% 0.15% -
HSV(B) 247.38º 0.93% 0.27% -
XYZ 1.33 0.64 5.85 -
YUV 14.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 13 5 70 0.81 0.93 0 0.73 247.38 0.87 0.15
Hex D 5 46 51 5D 0 49 F7 57 F
Octal 15 5 106 121 135 0 111 367 127 17
Binary 1101 101 1000110 1010001 1011101 0 1001001 11110111 1010111 1111

Color Harmonies of #0D0546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0546

Black with #0D0546

Text Example


Text Example

White with #0D0546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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