Html Css Color HEX #0F044E Paua

📋 copy color: '#0F044E'

red 15 ◦ green 4 ◦ blue 78

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

Shades of Paua #0F044E

Tints of Paua #0F044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 15.46%
G = 4.12%
B = 80.41%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F044E (or 0x0F044E) is known color: Paua. HEX triplet: 0F, 04 and 4E. RGB value is (15,4,78). Sum of RGB (Red+Green+Blue) = 15+4+78=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F044E is #F0FBB1. Grayscale: #0F0F0F. Windows color (decimal): -15793074 or 5112847. OLE color: 5112847.

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

Color convert

RGB 15 4 78 -
CMYK 0.81 0.95 0 0.69
HSL 248.92º 0.9% 0.16% -
HSV(B) 248.92º 0.95% 0.31% -
XYZ 1.62 0.74 7.27 -
YUV 15.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 15 4 78 0.81 0.95 0 0.69 248.92 0.9 0.16
Hex F 4 4E 51 5F 0 45 F9 5A 10
Octal 17 4 116 121 137 0 105 371 132 20
Binary 1111 100 1001110 1010001 1011111 0 1000101 11111001 1011010 10000

Color Harmonies of #0F044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F044E

Black with #0F044E

Text Example


Text Example

White with #0F044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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