Html Css Color HEX #0F0949 Paua

📋 copy color: '#0F0949'

red 15 ◦ green 9 ◦ blue 73

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

Shades of Paua #0F0949

Tints of Paua #0F0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

 BLUE value IS 73 (28.91% from 255) = 75.26%

R = 15.46%
G = 9.28%
B = 75.26%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F0949 (or 0x0F0949) is known color: Paua. HEX triplet: 0F, 09 and 49. RGB value is (15,9,73). Sum of RGB (Red+Green+Blue) = 15+9+73=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F0949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0949 is #F0F6B6. Grayscale: #111111. Windows color (decimal): -15791799 or 4786447. OLE color: 4786447.

HSL color Cylindrical-coordinate representation of color #0F0949: hue angle of 245.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0949 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 9 73 -
CMYK 0.79 0.88 0 0.71
HSL 245.63º 0.78% 0.16% -
HSV(B) 245.63º 0.88% 0.29% -
XYZ 1.5 0.78 6.37 -
YUV 18.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 15 9 73 0.79 0.88 0 0.71 245.63 0.78 0.16
Hex F 9 49 4F 58 0 47 F6 4E 10
Octal 17 11 111 117 130 0 107 366 116 20
Binary 1111 1001 1001001 1001111 1011000 0 1000111 11110110 1001110 10000

Color Harmonies of #0F0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0949

Black with #0F0949

Text Example


Text Example

White with #0F0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,73); }

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

background-color css

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

 a { background-color: rgb(15,9,73); }

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

border-color css

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

 span { border-color: rgb(15,9,73); }

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