Html Css Color HEX #0F0D48 Paua

📋 copy color: '#0F0D48'

red 15 ◦ green 13 ◦ blue 72

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

Shades of Paua #0F0D48

Tints of Paua #0F0D48

RGB

 RED value IS 15 (6.25% from 255) = 15%

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 15%
G = 13%
B = 72%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F0D48 (or 0x0F0D48) is known color: Paua. HEX triplet: 0F, 0D and 48. RGB value is (15,13,72). Sum of RGB (Red+Green+Blue) = 15+13+72=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D48 is #F0F2B7. Grayscale: #141414. Windows color (decimal): -15790776 or 4721935. OLE color: 4721935.

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

Color convert

RGB 15 13 72 -
CMYK 0.79 0.82 0 0.72
HSL 242.03º 0.69% 0.17% -
HSV(B) 242.03º 0.82% 0.28% -
XYZ 1.51 0.86 6.22 -
YUV 20.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 15 13 72 0.79 0.82 0 0.72 242.03 0.69 0.17
Hex F D 48 4F 52 0 48 F2 45 11
Octal 17 15 110 117 122 0 110 362 105 21
Binary 1111 1101 1001000 1001111 1010010 0 1001000 11110010 1000101 10001

Color Harmonies of #0F0D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D48

Black with #0F0D48

Text Example


Text Example

White with #0F0D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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