Html Css Color HEX #0F025E Midnight Blue

📋 copy color: '#0F025E'

red 15 ◦ green 2 ◦ blue 94

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

Shades of Midnight Blue #0F025E

Tints of Midnight Blue #0F025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 84.68%

R = 13.51%
G = 1.8%
B = 84.68%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F025E (or 0x0F025E) is known color: Midnight Blue. HEX triplet: 0F, 02 and 5E. RGB value is (15,2,94). Sum of RGB (Red+Green+Blue) = 15+2+94=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F025E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F025E is #F0FDA1. Grayscale: #101010. Windows color (decimal): -15793570 or 6160911. OLE color: 6160911.

HSL color Cylindrical-coordinate representation of color #0F025E: hue angle of 248.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F025E is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 2 94 -
CMYK 0.84 0.98 0 0.63
HSL 248.48º 0.96% 0.19% -
HSV(B) 248.48º 0.98% 0.37% -
XYZ 2.24 0.95 10.66 -
YUV 16.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 15 2 94 0.84 0.98 0 0.63 248.48 0.96 0.19
Hex F 2 5E 54 62 0 3F F8 60 13
Octal 17 2 136 124 142 0 77 370 140 23
Binary 1111 10 1011110 1010100 1100010 0 111111 11111000 1100000 10011

Color Harmonies of #0F025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F025E

Black with #0F025E

Text Example


Text Example

White with #0F025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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