Html Css Color HEX #0D014A Paua

📋 copy color: '#0D014A'

red 13 ◦ green 1 ◦ blue 74

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

Shades of Paua #0D014A

Tints of Paua #0D014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.14%

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

R = 14.77%
G = 1.14%
B = 84.09%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D014A (or 0x0D014A) is known color: Paua. HEX triplet: 0D, 01 and 4A. RGB value is (13,1,74). Sum of RGB (Red+Green+Blue) = 13+1+74=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D014A is #F2FEB5. Grayscale: #0C0C0C. Windows color (decimal): -15924918 or 4849933. OLE color: 4849933.

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

Color convert

RGB 13 1 74 -
CMYK 0.82 0.99 0 0.71
HSL 249.86º 0.97% 0.15% -
HSV(B) 249.86º 0.99% 0.29% -
XYZ 1.41 0.6 6.52 -
YUV 12.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 13 1 74 0.82 0.99 0 0.71 249.86 0.97 0.15
Hex D 1 4A 52 63 0 47 FA 61 F
Octal 15 1 112 122 143 0 107 372 141 17
Binary 1101 1 1001010 1010010 1100011 0 1000111 11111010 1100001 1111

Color Harmonies of #0D014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D014A

Black with #0D014A

Text Example


Text Example

White with #0D014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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