Html Css Color HEX #0D004C Paua

📋 copy color: '#0D004C'

red 13 ◦ green 0 ◦ blue 76

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

Shades of Paua #0D004C

Tints of Paua #0D004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 14.61%
G = 0%
B = 85.39%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D004C (or 0x0D004C) is known color: Paua. HEX triplet: 0D, 00 and 4C. RGB value is (13,0,76). Sum of RGB (Red+Green+Blue) = 13+0+76=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 76 (30.08% from 255 or 85.39% from 89); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D004C is #F2FFB3. Grayscale: #0C0C0C. Windows color (decimal): -15925172 or 4980749. OLE color: 4980749.

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

Color convert

RGB 13 0 76 -
CMYK 0.83 1 0 0.70
HSL 250.26º 1% 0.15% -
HSV(B) 250.26º 1% 0.3% -
XYZ 1.47 0.61 6.88 -
YUV 12.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 13 0 76 0.83 1 0 0.70 250.26 1 0.15
Hex D 0 4C 53 64 0 46 FA 64 F
Octal 15 0 114 123 144 0 106 372 144 17
Binary 1101 0 1001100 1010011 1100100 0 1000110 11111010 1100100 1111

Color Harmonies of #0D004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D004C

Black with #0D004C

Text Example


Text Example

White with #0D004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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