Html Css Color HEX #0F084D Paua

📋 copy color: '#0F084D'

red 15 ◦ green 8 ◦ blue 77

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

Shades of Paua #0F084D

Tints of Paua #0F084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 77%

R = 15%
G = 8%
B = 77%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F084D (or 0x0F084D) is known color: Paua. HEX triplet: 0F, 08 and 4D. RGB value is (15,8,77). Sum of RGB (Red+Green+Blue) = 15+8+77=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F084D is #F0F7B2. Grayscale: #111111. Windows color (decimal): -15792051 or 5048335. OLE color: 5048335.

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

Color convert

RGB 15 8 77 -
CMYK 0.81 0.90 0 0.70
HSL 246.09º 0.81% 0.17% -
HSV(B) 246.09º 0.9% 0.3% -
XYZ 1.62 0.81 7.09 -
YUV 17.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 15 8 77 0.81 0.90 0 0.70 246.09 0.81 0.17
Hex F 8 4D 51 5A 0 46 F6 51 11
Octal 17 10 115 121 132 0 106 366 121 21
Binary 1111 1000 1001101 1010001 1011010 0 1000110 11110110 1010001 10001

Color Harmonies of #0F084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F084D

Black with #0F084D

Text Example


Text Example

White with #0F084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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