Html Css Color HEX #0D034C Paua

📋 copy color: '#0D034C'

red 13 ◦ green 3 ◦ blue 76

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

Shades of Paua #0D034C

Tints of Paua #0D034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

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

R = 14.13%
G = 3.26%
B = 82.61%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D034C (or 0x0D034C) is known color: Paua. HEX triplet: 0D, 03 and 4C. RGB value is (13,3,76). Sum of RGB (Red+Green+Blue) = 13+3+76=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D034C is #F2FCB3. Grayscale: #0E0E0E. Windows color (decimal): -15924404 or 4981517. OLE color: 4981517.

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

Color convert

RGB 13 3 76 -
CMYK 0.83 0.96 0 0.70
HSL 248.22º 0.92% 0.15% -
HSV(B) 248.22º 0.96% 0.3% -
XYZ 1.5 0.67 6.89 -
YUV 14.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 13 3 76 0.83 0.96 0 0.70 248.22 0.92 0.15
Hex D 3 4C 53 60 0 46 F8 5C F
Octal 15 3 114 123 140 0 106 370 134 17
Binary 1101 11 1001100 1010011 1100000 0 1000110 11111000 1011100 1111

Color Harmonies of #0D034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D034C

Black with #0D034C

Text Example


Text Example

White with #0D034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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