Html Css Color HEX #0F1259 Midnight Blue

📋 copy color: '#0F1259'

red 15 ◦ green 18 ◦ blue 89

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

Shades of Midnight Blue #0F1259

Tints of Midnight Blue #0F1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

 BLUE value IS 89 (35.16% from 255) = 72.95%

R = 12.3%
G = 14.75%
B = 72.95%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F1259 (or 0x0F1259) is known color: Midnight Blue. HEX triplet: 0F, 12 and 59. RGB value is (15,18,89). Sum of RGB (Red+Green+Blue) = 15+18+89=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F1259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1259 is #F0EDA6. Grayscale: #181818. Windows color (decimal): -15789479 or 5837327. OLE color: 5837327.

HSL color Cylindrical-coordinate representation of color #0F1259: hue angle of 237.57º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1259 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 18 89 -
CMYK 0.83 0.80 0 0.65
HSL 237.57º 0.71% 0.2% -
HSV(B) 237.57º 0.83% 0.35% -
XYZ 2.22 1.26 9.58 -
YUV 25.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 15 18 89 0.83 0.80 0 0.65 237.57 0.71 0.2
Hex F 12 59 53 50 0 41 EE 47 14
Octal 17 22 131 123 120 0 101 356 107 24
Binary 1111 10010 1011001 1010011 1010000 0 1000001 11101110 1000111 10100

Color Harmonies of #0F1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1259

Black with #0F1259

Text Example


Text Example

White with #0F1259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,89); }

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

background-color css

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

 a { background-color: rgb(15,18,89); }

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

border-color css

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

 span { border-color: rgb(15,18,89); }

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