Html Css Color HEX #0F0E48 Paua

📋 copy color: '#0F0E48'

red 15 ◦ green 14 ◦ blue 72

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

Shades of Paua #0F0E48

Tints of Paua #0F0E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 72 (28.52% from 255) = 71.29%

R = 14.85%
G = 13.86%
B = 71.29%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F0E48 (or 0x0F0E48) is known color: Paua. HEX triplet: 0F, 0E and 48. RGB value is (15,14,72). Sum of RGB (Red+Green+Blue) = 15+14+72=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 72 (28.52% from 255 or 71.29% from 101); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E48 is #F0F1B7. Grayscale: #141414. Windows color (decimal): -15790520 or 4722191. OLE color: 4722191.

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

Color convert

RGB 15 14 72 -
CMYK 0.79 0.81 0 0.72
HSL 241.03º 0.67% 0.17% -
HSV(B) 241.03º 0.81% 0.28% -
XYZ 1.52 0.88 6.22 -
YUV 20.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 15 14 72 0.79 0.81 0 0.72 241.03 0.67 0.17
Hex F E 48 4F 51 0 48 F1 43 11
Octal 17 16 110 117 121 0 110 361 103 21
Binary 1111 1110 1001000 1001111 1010001 0 1001000 11110001 1000011 10001

Color Harmonies of #0F0E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0E48

Black with #0F0E48

Text Example


Text Example

White with #0F0E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,14,72); }

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

background-color css

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

 a { background-color: rgb(15,14,72); }

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

border-color css

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

 span { border-color: rgb(15,14,72); }

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