Html Css Color HEX #0D034B Paua

📋 copy color: '#0D034B'

red 13 ◦ green 3 ◦ blue 75

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

Shades of Paua #0D034B

Tints of Paua #0D034B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 82.42%

R = 14.29%
G = 3.3%
B = 82.42%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D034B (or 0x0D034B) is known color: Paua. HEX triplet: 0D, 03 and 4B. RGB value is (13,3,75). Sum of RGB (Red+Green+Blue) = 13+3+75=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D034B is #F2FCB4. Grayscale: #0D0D0D. Windows color (decimal): -15924405 or 4915981. OLE color: 4915981.

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

Color convert

RGB 13 3 75 -
CMYK 0.83 0.96 0 0.71
HSL 248.33º 0.92% 0.15% -
HSV(B) 248.33º 0.96% 0.29% -
XYZ 1.47 0.66 6.71 -
YUV 14.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 13 3 75 0.83 0.96 0 0.71 248.33 0.92 0.15
Hex D 3 4B 53 60 0 47 F8 5C F
Octal 15 3 113 123 140 0 107 370 134 17
Binary 1101 11 1001011 1010011 1100000 0 1000111 11111000 1011100 1111

Color Harmonies of #0D034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D034B

Black with #0D034B

Text Example


Text Example

White with #0D034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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