Html Css Color HEX #0D014B Paua

📋 copy color: '#0D014B'

red 13 ◦ green 1 ◦ blue 75

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

Shades of Paua #0D014B

Tints of Paua #0D014B

RGB

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

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

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

R = 14.61%
G = 1.12%
B = 84.27%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D014B (or 0x0D014B) is known color: Paua. HEX triplet: 0D, 01 and 4B. RGB value is (13,1,75). Sum of RGB (Red+Green+Blue) = 13+1+75=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 75 (29.69% from 255 or 84.27% from 89); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D014B is #F2FEB4. Grayscale: #0C0C0C. Windows color (decimal): -15924917 or 4915469. OLE color: 4915469.

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

Color convert

RGB 13 1 75 -
CMYK 0.83 0.99 0 0.71
HSL 249.73º 0.97% 0.15% -
HSV(B) 249.73º 0.99% 0.29% -
XYZ 1.45 0.62 6.7 -
YUV 13.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 13 1 75 0.83 0.99 0 0.71 249.73 0.97 0.15
Hex D 1 4B 53 63 0 47 FA 61 F
Octal 15 1 113 123 143 0 107 372 141 17
Binary 1101 1 1001011 1010011 1100011 0 1000111 11111010 1100001 1111

Color Harmonies of #0D014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D014B

Black with #0D014B

Text Example


Text Example

White with #0D014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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