Html Css Color HEX #0D064A Paua

📋 copy color: '#0D064A'

red 13 ◦ green 6 ◦ blue 74

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

Shades of Paua #0D064A

Tints of Paua #0D064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.45%

 BLUE value IS 74 (29.3% from 255) = 79.57%

R = 13.98%
G = 6.45%
B = 79.57%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D064A (or 0x0D064A) is known color: Paua. HEX triplet: 0D, 06 and 4A. RGB value is (13,6,74). Sum of RGB (Red+Green+Blue) = 13+6+74=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D064A is #F2F9B5. Grayscale: #0F0F0F. Windows color (decimal): -15923638 or 4851213. OLE color: 4851213.

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

Color convert

RGB 13 6 74 -
CMYK 0.82 0.92 0 0.71
HSL 246.18º 0.85% 0.16% -
HSV(B) 246.18º 0.92% 0.29% -
XYZ 1.47 0.71 6.54 -
YUV 15.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 13 6 74 0.82 0.92 0 0.71 246.18 0.85 0.16
Hex D 6 4A 52 5C 0 47 F6 55 10
Octal 15 6 112 122 134 0 107 366 125 20
Binary 1101 110 1001010 1010010 1011100 0 1000111 11110110 1010101 10000

Color Harmonies of #0D064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D064A

Black with #0D064A

Text Example


Text Example

White with #0D064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,74); }

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

background-color css

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

 a { background-color: rgb(13,6,74); }

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

border-color css

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

 span { border-color: rgb(13,6,74); }

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