Html Css Color HEX #0F024D Paua

📋 copy color: '#0F024D'

red 15 ◦ green 2 ◦ blue 77

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

Shades of Paua #0F024D

Tints of Paua #0F024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 81.91%

R = 15.96%
G = 2.13%
B = 81.91%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F024D (or 0x0F024D) is known color: Paua. HEX triplet: 0F, 02 and 4D. RGB value is (15,2,77). Sum of RGB (Red+Green+Blue) = 15+2+77=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F024D is #F0FDB2. Grayscale: #0E0E0E. Windows color (decimal): -15793587 or 5046799. OLE color: 5046799.

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

Color convert

RGB 15 2 77 -
CMYK 0.81 0.97 0 0.70
HSL 250.4º 0.95% 0.15% -
HSV(B) 250.4º 0.97% 0.3% -
XYZ 1.56 0.68 7.07 -
YUV 14.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 15 2 77 0.81 0.97 0 0.70 250.4 0.95 0.15
Hex F 2 4D 51 61 0 46 FA 5F F
Octal 17 2 115 121 141 0 106 372 137 17
Binary 1111 10 1001101 1010001 1100001 0 1000110 11111010 1011111 1111

Color Harmonies of #0F024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F024D

Black with #0F024D

Text Example


Text Example

White with #0F024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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