Html Css Color HEX #0F094E Paua

📋 copy color: '#0F094E'

red 15 ◦ green 9 ◦ blue 78

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

Shades of Paua #0F094E

Tints of Paua #0F094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.82%

 BLUE value IS 78 (30.86% from 255) = 76.47%

R = 14.71%
G = 8.82%
B = 76.47%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F094E (or 0x0F094E) is known color: Paua. HEX triplet: 0F, 09 and 4E. RGB value is (15,9,78). Sum of RGB (Red+Green+Blue) = 15+9+78=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F094E is #F0F6B1. Grayscale: #121212. Windows color (decimal): -15791794 or 5114127. OLE color: 5114127.

HSL color Cylindrical-coordinate representation of color #0F094E: hue angle of 245.22º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F094E is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 9 78 -
CMYK 0.81 0.88 0 0.69
HSL 245.22º 0.79% 0.17% -
HSV(B) 245.22º 0.88% 0.31% -
XYZ 1.67 0.85 7.28 -
YUV 18.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 15 9 78 0.81 0.88 0 0.69 245.22 0.79 0.17
Hex F 9 4E 51 58 0 45 F5 4F 11
Octal 17 11 116 121 130 0 105 365 117 21
Binary 1111 1001 1001110 1010001 1011000 0 1000101 11110101 1001111 10001

Color Harmonies of #0F094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F094E

Black with #0F094E

Text Example


Text Example

White with #0F094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,78); }

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

background-color css

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

 a { background-color: rgb(15,9,78); }

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

border-color css

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

 span { border-color: rgb(15,9,78); }

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