Html Css Color HEX #0F0251 Midnight Blue

📋 copy color: '#0F0251'

red 15 ◦ green 2 ◦ blue 81

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

Shades of Midnight Blue #0F0251

Tints of Midnight Blue #0F0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 82.65%

R = 15.31%
G = 2.04%
B = 82.65%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F0251 (or 0x0F0251) is known color: Midnight Blue. HEX triplet: 0F, 02 and 51. RGB value is (15,2,81). Sum of RGB (Red+Green+Blue) = 15+2+81=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 81 (32.03% from 255 or 82.65% from 98); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F0251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0251 is #F0FDAE. Grayscale: #0E0E0E. Windows color (decimal): -15793583 or 5308943. OLE color: 5308943.

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

Color convert

RGB 15 2 81 -
CMYK 0.81 0.98 0 0.68
HSL 249.87º 0.95% 0.16% -
HSV(B) 249.87º 0.98% 0.32% -
XYZ 1.7 0.74 7.84 -
YUV 14.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 15 2 81 0.81 0.98 0 0.68 249.87 0.95 0.16
Hex F 2 51 51 62 0 44 FA 5F 10
Octal 17 2 121 121 142 0 104 372 137 20
Binary 1111 10 1010001 1010001 1100010 0 1000100 11111010 1011111 10000

Color Harmonies of #0F0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0251

Black with #0F0251

Text Example


Text Example

White with #0F0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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