Html Css Color HEX #0F0548 Paua

📋 copy color: '#0F0548'

red 15 ◦ green 5 ◦ blue 72

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

Shades of Paua #0F0548

Tints of Paua #0F0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.43%

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

R = 16.3%
G = 5.43%
B = 78.26%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F0548 (or 0x0F0548) is known color: Paua. HEX triplet: 0F, 05 and 48. RGB value is (15,5,72). Sum of RGB (Red+Green+Blue) = 15+5+72=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0548 is #F0FAB7. Grayscale: #0F0F0F. Windows color (decimal): -15792824 or 4719887. OLE color: 4719887.

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

Color convert

RGB 15 5 72 -
CMYK 0.79 0.93 0 0.72
HSL 248.96º 0.87% 0.15% -
HSV(B) 248.96º 0.93% 0.28% -
XYZ 1.42 0.68 6.19 -
YUV 15.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 15 5 72 0.79 0.93 0 0.72 248.96 0.87 0.15
Hex F 5 48 4F 5D 0 48 F9 57 F
Octal 17 5 110 117 135 0 110 371 127 17
Binary 1111 101 1001000 1001111 1011101 0 1001000 11111001 1010111 1111

Color Harmonies of #0F0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0548

Black with #0F0548

Text Example


Text Example

White with #0F0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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