Html Css Color HEX #0F0842 Paua

📋 copy color: '#0F0842'

red 15 ◦ green 8 ◦ blue 66

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

Shades of Paua #0F0842

Tints of Paua #0F0842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 74.16%

R = 16.85%
G = 8.99%
B = 74.16%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0F0842 (or 0x0F0842) is known color: Paua. HEX triplet: 0F, 08 and 42. RGB value is (15,8,66). Sum of RGB (Red+Green+Blue) = 15+8+66=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 66 (26.17% from 255 or 74.16% from 89); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F0842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0842 is #F0F7BD. Grayscale: #101010. Windows color (decimal): -15792062 or 4327439. OLE color: 4327439.

HSL color Cylindrical-coordinate representation of color #0F0842: hue angle of 247.24º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0842 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 8 66 -
CMYK 0.77 0.88 0 0.74
HSL 247.24º 0.78% 0.15% -
HSV(B) 247.24º 0.88% 0.26% -
XYZ 1.27 0.67 5.22 -
YUV 16.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 15 8 66 0.77 0.88 0 0.74 247.24 0.78 0.15
Hex F 8 42 4D 58 0 4A F7 4E F
Octal 17 10 102 115 130 0 112 367 116 17
Binary 1111 1000 1000010 1001101 1011000 0 1001010 11110111 1001110 1111

Color Harmonies of #0F0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0842

Black with #0F0842

Text Example


Text Example

White with #0F0842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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