Html Css Color HEX #0F025B Midnight Blue

📋 copy color: '#0F025B'

red 15 ◦ green 2 ◦ blue 91

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

Shades of Midnight Blue #0F025B

Tints of Midnight Blue #0F025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 84.26%

R = 13.89%
G = 1.85%
B = 84.26%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F025B (or 0x0F025B) is known color: Midnight Blue. HEX triplet: 0F, 02 and 5B. RGB value is (15,2,91). Sum of RGB (Red+Green+Blue) = 15+2+91=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F025B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F025B is #F0FDA4. Grayscale: #0F0F0F. Windows color (decimal): -15793573 or 5964303. OLE color: 5964303.

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

Color convert

RGB 15 2 91 -
CMYK 0.84 0.98 0 0.64
HSL 248.76º 0.96% 0.18% -
HSV(B) 248.76º 0.98% 0.36% -
XYZ 2.11 0.9 9.96 -
YUV 16.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 15 2 91 0.84 0.98 0 0.64 248.76 0.96 0.18
Hex F 2 5B 54 62 0 40 F9 60 12
Octal 17 2 133 124 142 0 100 371 140 22
Binary 1111 10 1011011 1010100 1100010 0 1000000 11111001 1100000 10010

Color Harmonies of #0F025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F025B

Black with #0F025B

Text Example


Text Example

White with #0F025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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