Html Css Color HEX #0D044C Paua

📋 copy color: '#0D044C'

red 13 ◦ green 4 ◦ blue 76

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

Shades of Paua #0D044C

Tints of Paua #0D044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 13.98%
G = 4.3%
B = 81.72%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D044C (or 0x0D044C) is known color: Paua. HEX triplet: 0D, 04 and 4C. RGB value is (13,4,76). Sum of RGB (Red+Green+Blue) = 13+4+76=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D044C is #F2FBB3. Grayscale: #0E0E0E. Windows color (decimal): -15924148 or 4981773. OLE color: 4981773.

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

Color convert

RGB 13 4 76 -
CMYK 0.83 0.95 0 0.70
HSL 247.5º 0.9% 0.16% -
HSV(B) 247.5º 0.95% 0.3% -
XYZ 1.51 0.69 6.89 -
YUV 14.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 13 4 76 0.83 0.95 0 0.70 247.5 0.9 0.16
Hex D 4 4C 53 5F 0 46 F8 5A 10
Octal 15 4 114 123 137 0 106 370 132 20
Binary 1101 100 1001100 1010011 1011111 0 1000110 11111000 1011010 10000

Color Harmonies of #0D044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D044C

Black with #0D044C

Text Example


Text Example

White with #0D044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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