Html Css Color HEX #0D014C Paua

📋 copy color: '#0D014C'

red 13 ◦ green 1 ◦ blue 76

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

Shades of Paua #0D014C

Tints of Paua #0D014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 84.44%

R = 14.44%
G = 1.11%
B = 84.44%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D014C (or 0x0D014C) is known color: Paua. HEX triplet: 0D, 01 and 4C. RGB value is (13,1,76). Sum of RGB (Red+Green+Blue) = 13+1+76=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D014C is #F2FEB3. Grayscale: #0C0C0C. Windows color (decimal): -15924916 or 4981005. OLE color: 4981005.

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

Color convert

RGB 13 1 76 -
CMYK 0.83 0.99 0 0.70
HSL 249.6º 0.97% 0.15% -
HSV(B) 249.6º 0.99% 0.3% -
XYZ 1.48 0.63 6.88 -
YUV 13.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 13 1 76 0.83 0.99 0 0.70 249.6 0.97 0.15
Hex D 1 4C 53 63 0 46 FA 61 F
Octal 15 1 114 123 143 0 106 372 141 17
Binary 1101 1 1001100 1010011 1100011 0 1000110 11111010 1100001 1111

Color Harmonies of #0D014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D014C

Black with #0D014C

Text Example


Text Example

White with #0D014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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