Html Css Color HEX #0D0348 Paua

📋 copy color: '#0D0348'

red 13 ◦ green 3 ◦ blue 72

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

Shades of Paua #0D0348

Tints of Paua #0D0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 81.82%

R = 14.77%
G = 3.41%
B = 81.82%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0D0348 (or 0x0D0348) is known color: Paua. HEX triplet: 0D, 03 and 48. RGB value is (13,3,72). Sum of RGB (Red+Green+Blue) = 13+3+72=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 72 (28.52% from 255 or 81.82% from 88); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0348 is #F2FCB7. Grayscale: #0D0D0D. Windows color (decimal): -15924408 or 4719373. OLE color: 4719373.

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

Color convert

RGB 13 3 72 -
CMYK 0.82 0.96 0 0.72
HSL 248.7º 0.92% 0.15% -
HSV(B) 248.7º 0.96% 0.28% -
XYZ 1.37 0.62 6.18 -
YUV 13.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 13 3 72 0.82 0.96 0 0.72 248.7 0.92 0.15
Hex D 3 48 52 60 0 48 F9 5C F
Octal 15 3 110 122 140 0 110 371 134 17
Binary 1101 11 1001000 1010010 1100000 0 1001000 11111001 1011100 1111

Color Harmonies of #0D0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0348

Black with #0D0348

Text Example


Text Example

White with #0D0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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