Html Css Color HEX #0D0443 Paua

📋 copy color: '#0D0443'

red 13 ◦ green 4 ◦ blue 67

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

Shades of Paua #0D0443

Tints of Paua #0D0443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

 BLUE value IS 67 (26.56% from 255) = 79.76%

R = 15.48%
G = 4.76%
B = 79.76%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0D0443 (or 0x0D0443) is known color: Paua. HEX triplet: 0D, 04 and 43. RGB value is (13,4,67). Sum of RGB (Red+Green+Blue) = 13+4+67=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 67 (26.56% from 255 or 79.76% from 84); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D0443 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0443 is #F2FBBC. Grayscale: #0D0D0D. Windows color (decimal): -15924157 or 4391949. OLE color: 4391949.

HSL color Cylindrical-coordinate representation of color #0D0443: hue angle of 248.57º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0443 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 4 67 -
CMYK 0.81 0.94 0 0.74
HSL 248.57º 0.89% 0.14% -
HSV(B) 248.57º 0.94% 0.26% -
XYZ 1.22 0.58 5.36 -
YUV 13.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 13 4 67 0.81 0.94 0 0.74 248.57 0.89 0.14
Hex D 4 43 51 5E 0 4A F9 59 E
Octal 15 4 103 121 136 0 112 371 131 16
Binary 1101 100 1000011 1010001 1011110 0 1001010 11111001 1011001 1110

Color Harmonies of #0D0443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0443

Black with #0D0443

Text Example


Text Example

White with #0D0443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,4,67); }

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

background-color css

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

 a { background-color: rgb(13,4,67); }

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

border-color css

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

 span { border-color: rgb(13,4,67); }

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