Html Css Color HEX #0F024E Paua

📋 copy color: '#0F024E'

red 15 ◦ green 2 ◦ blue 78

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

Shades of Paua #0F024E

Tints of Paua #0F024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

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

R = 15.79%
G = 2.11%
B = 82.11%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F024E (or 0x0F024E) is known color: Paua. HEX triplet: 0F, 02 and 4E. RGB value is (15,2,78). Sum of RGB (Red+Green+Blue) = 15+2+78=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F024E is #F0FDB1. Grayscale: #0E0E0E. Windows color (decimal): -15793586 or 5112335. OLE color: 5112335.

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

Color convert

RGB 15 2 78 -
CMYK 0.81 0.97 0 0.69
HSL 250.26º 0.95% 0.16% -
HSV(B) 250.26º 0.97% 0.31% -
XYZ 1.59 0.7 7.26 -
YUV 14.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 15 2 78 0.81 0.97 0 0.69 250.26 0.95 0.16
Hex F 2 4E 51 61 0 45 FA 5F 10
Octal 17 2 116 121 141 0 105 372 137 20
Binary 1111 10 1001110 1010001 1100001 0 1000101 11111010 1011111 10000

Color Harmonies of #0F024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F024E

Black with #0F024E

Text Example


Text Example

White with #0F024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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