Html Css Color HEX #0D0547 Paua

📋 copy color: '#0D0547'

red 13 ◦ green 5 ◦ blue 71

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

Shades of Paua #0D0547

Tints of Paua #0D0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 79.78%

R = 14.61%
G = 5.62%
B = 79.78%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0D0547 (or 0x0D0547) is known color: Paua. HEX triplet: 0D, 05 and 47. RGB value is (13,5,71). Sum of RGB (Red+Green+Blue) = 13+5+71=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D0547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0547 is #F2FAB8. Grayscale: #0E0E0E. Windows color (decimal): -15923897 or 4654349. OLE color: 4654349.

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

Color convert

RGB 13 5 71 -
CMYK 0.82 0.93 0 0.72
HSL 247.27º 0.87% 0.15% -
HSV(B) 247.27º 0.93% 0.28% -
XYZ 1.36 0.65 6.01 -
YUV 14.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 13 5 71 0.82 0.93 0 0.72 247.27 0.87 0.15
Hex D 5 47 52 5D 0 48 F7 57 F
Octal 15 5 107 122 135 0 110 367 127 17
Binary 1101 101 1000111 1010010 1011101 0 1001000 11110111 1010111 1111

Color Harmonies of #0D0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0547

Black with #0D0547

Text Example


Text Example

White with #0D0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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