Html Css Color HEX #0F084C Paua

📋 copy color: '#0F084C'

red 15 ◦ green 8 ◦ blue 76

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

Shades of Paua #0F084C

Tints of Paua #0F084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 76.77%

R = 15.15%
G = 8.08%
B = 76.77%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F084C (or 0x0F084C) is known color: Paua. HEX triplet: 0F, 08 and 4C. RGB value is (15,8,76). Sum of RGB (Red+Green+Blue) = 15+8+76=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F084C is #F0F7B3. Grayscale: #111111. Windows color (decimal): -15792052 or 4982799. OLE color: 4982799.

HSL color Cylindrical-coordinate representation of color #0F084C: hue angle of 246.18º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F084C is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 8 76 -
CMYK 0.80 0.89 0 0.70
HSL 246.18º 0.81% 0.16% -
HSV(B) 246.18º 0.89% 0.3% -
XYZ 1.59 0.8 6.91 -
YUV 17.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 15 8 76 0.80 0.89 0 0.70 246.18 0.81 0.16
Hex F 8 4C 50 59 0 46 F6 51 10
Octal 17 10 114 120 131 0 106 366 121 20
Binary 1111 1000 1001100 1010000 1011001 0 1000110 11110110 1010001 10000

Color Harmonies of #0F084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F084C

Black with #0F084C

Text Example


Text Example

White with #0F084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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