Html Css Color HEX #0F1359 Midnight Blue

📋 copy color: '#0F1359'

red 15 ◦ green 19 ◦ blue 89

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

Shades of Midnight Blue #0F1359

Tints of Midnight Blue #0F1359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 12.2%
G = 15.45%
B = 72.36%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F1359 (or 0x0F1359) is known color: Midnight Blue. HEX triplet: 0F, 13 and 59. RGB value is (15,19,89). Sum of RGB (Red+Green+Blue) = 15+19+89=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F1359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1359 is #F0ECA6. Grayscale: #191919. Windows color (decimal): -15789223 or 5837583. OLE color: 5837583.

HSL color Cylindrical-coordinate representation of color #0F1359: hue angle of 236.76º 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 #0F1359 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 19 89 -
CMYK 0.83 0.79 0 0.65
HSL 236.76º 0.71% 0.2% -
HSV(B) 236.76º 0.83% 0.35% -
XYZ 2.23 1.29 9.58 -
YUV 25.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 15 19 89 0.83 0.79 0 0.65 236.76 0.71 0.2
Hex F 13 59 53 4F 0 41 ED 47 14
Octal 17 23 131 123 117 0 101 355 107 24
Binary 1111 10011 1011001 1010011 1001111 0 1000001 11101101 1000111 10100

Color Harmonies of #0F1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1359

Black with #0F1359

Text Example


Text Example

White with #0F1359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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