Html Css Color HEX #0D0B48 Paua

📋 copy color: '#0D0B48'

red 13 ◦ green 11 ◦ blue 72

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

Shades of Paua #0D0B48

Tints of Paua #0D0B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.46%

 BLUE value IS 72 (28.52% from 255) = 75%

R = 13.54%
G = 11.46%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0D0B48 (or 0x0D0B48) is known color: Paua. HEX triplet: 0D, 0B and 48. RGB value is (13,11,72). Sum of RGB (Red+Green+Blue) = 13+11+72=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D0B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0B48 is #F2F4B7. Grayscale: #121212. Windows color (decimal): -15922360 or 4721421. OLE color: 4721421.

HSL color Cylindrical-coordinate representation of color #0D0B48: hue angle of 241.97º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0B48 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 11 72 -
CMYK 0.82 0.85 0 0.72
HSL 241.97º 0.73% 0.16% -
HSV(B) 241.97º 0.85% 0.28% -
XYZ 1.46 0.79 6.21 -
YUV 18.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 13 11 72 0.82 0.85 0 0.72 241.97 0.73 0.16
Hex D B 48 52 55 0 48 F2 49 10
Octal 15 13 110 122 125 0 110 362 111 20
Binary 1101 1011 1001000 1010010 1010101 0 1001000 11110010 1001001 10000

Color Harmonies of #0D0B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0B48

Black with #0D0B48

Text Example


Text Example

White with #0D0B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,11,72); }

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

background-color css

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

 a { background-color: rgb(13,11,72); }

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

border-color css

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

 span { border-color: rgb(13,11,72); }

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