Html Css Color HEX #0F084B Paua

📋 copy color: '#0F084B'

red 15 ◦ green 8 ◦ blue 75

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

Shades of Paua #0F084B

Tints of Paua #0F084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 76.53%

R = 15.31%
G = 8.16%
B = 76.53%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F084B (or 0x0F084B) is known color: Paua. HEX triplet: 0F, 08 and 4B. RGB value is (15,8,75). Sum of RGB (Red+Green+Blue) = 15+8+75=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F084B is #F0F7B4. Grayscale: #111111. Windows color (decimal): -15792053 or 4917263. OLE color: 4917263.

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

Color convert

RGB 15 8 75 -
CMYK 0.80 0.89 0 0.71
HSL 246.27º 0.81% 0.16% -
HSV(B) 246.27º 0.89% 0.29% -
XYZ 1.55 0.78 6.73 -
YUV 17.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 15 8 75 0.80 0.89 0 0.71 246.27 0.81 0.16
Hex F 8 4B 50 59 0 47 F6 51 10
Octal 17 10 113 120 131 0 107 366 121 20
Binary 1111 1000 1001011 1010000 1011001 0 1000111 11110110 1010001 10000

Color Harmonies of #0F084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F084B

Black with #0F084B

Text Example


Text Example

White with #0F084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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