Html Css Color HEX #0D0849 Paua

📋 copy color: '#0D0849'

red 13 ◦ green 8 ◦ blue 73

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

Shades of Paua #0D0849

Tints of Paua #0D0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 73 (28.91% from 255) = 77.66%

R = 13.83%
G = 8.51%
B = 77.66%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D0849 (or 0x0D0849) is known color: Paua. HEX triplet: 0D, 08 and 49. RGB value is (13,8,73). Sum of RGB (Red+Green+Blue) = 13+8+73=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #0D0849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0849 is #F2F7B6. Grayscale: #101010. Windows color (decimal): -15923127 or 4786189. OLE color: 4786189.

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

Color convert

RGB 13 8 73 -
CMYK 0.82 0.89 0 0.71
HSL 244.62º 0.8% 0.16% -
HSV(B) 244.62º 0.89% 0.29% -
XYZ 1.46 0.74 6.37 -
YUV 16.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 13 8 73 0.82 0.89 0 0.71 244.62 0.8 0.16
Hex D 8 49 52 59 0 47 F5 50 10
Octal 15 10 111 122 131 0 107 365 120 20
Binary 1101 1000 1001001 1010010 1011001 0 1000111 11110101 1010000 10000

Color Harmonies of #0D0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0849

Black with #0D0849

Text Example


Text Example

White with #0D0849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,73); }

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

background-color css

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

 a { background-color: rgb(13,8,73); }

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

border-color css

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

 span { border-color: rgb(13,8,73); }

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