Html Css Color HEX #0F0249 Paua

📋 copy color: '#0F0249'

red 15 ◦ green 2 ◦ blue 73

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

Shades of Paua #0F0249

Tints of Paua #0F0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 16.67%
G = 2.22%
B = 81.11%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F0249 (or 0x0F0249) is known color: Paua. HEX triplet: 0F, 02 and 49. RGB value is (15,2,73). Sum of RGB (Red+Green+Blue) = 15+2+73=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 73 (28.91% from 255 or 81.11% from 90); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F0249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0249 is #F0FDB6. Grayscale: #0D0D0D. Windows color (decimal): -15793591 or 4784655. OLE color: 4784655.

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

Color convert

RGB 15 2 73 -
CMYK 0.79 0.97 0 0.71
HSL 250.99º 0.95% 0.15% -
HSV(B) 250.99º 0.97% 0.29% -
XYZ 1.42 0.63 6.35 -
YUV 13.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 15 2 73 0.79 0.97 0 0.71 250.99 0.95 0.15
Hex F 2 49 4F 61 0 47 FB 5F F
Octal 17 2 111 117 141 0 107 373 137 17
Binary 1111 10 1001001 1001111 1100001 0 1000111 11111011 1011111 1111

Color Harmonies of #0F0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0249

Black with #0F0249

Text Example


Text Example

White with #0F0249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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