Html Css Color HEX #0F0848 Paua

📋 copy color: '#0F0848'

red 15 ◦ green 8 ◦ blue 72

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

Shades of Paua #0F0848

Tints of Paua #0F0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 15.79%
G = 8.42%
B = 75.79%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F0848 (or 0x0F0848) is known color: Paua. HEX triplet: 0F, 08 and 48. RGB value is (15,8,72). Sum of RGB (Red+Green+Blue) = 15+8+72=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0848 is #F0F7B7. Grayscale: #111111. Windows color (decimal): -15792056 or 4720655. OLE color: 4720655.

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

Color convert

RGB 15 8 72 -
CMYK 0.79 0.89 0 0.72
HSL 246.56º 0.8% 0.16% -
HSV(B) 246.56º 0.89% 0.28% -
XYZ 1.45 0.74 6.2 -
YUV 17.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 15 8 72 0.79 0.89 0 0.72 246.56 0.8 0.16
Hex F 8 48 4F 59 0 48 F7 50 10
Octal 17 10 110 117 131 0 110 367 120 20
Binary 1111 1000 1001000 1001111 1011001 0 1001000 11110111 1010000 10000

Color Harmonies of #0F0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0848

Black with #0F0848

Text Example


Text Example

White with #0F0848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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