Html Css Color HEX #0F1761 Midnight Blue

📋 copy color: '#0F1761'

red 15 ◦ green 23 ◦ blue 97

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

Shades of Midnight Blue #0F1761

Tints of Midnight Blue #0F1761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 97 (38.28% from 255) = 71.85%

R = 11.11%
G = 17.04%
B = 71.85%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F1761 (or 0x0F1761) is known color: Midnight Blue. HEX triplet: 0F, 17 and 61. RGB value is (15,23,97). Sum of RGB (Red+Green+Blue) = 15+23+97=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F1761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1761 is #F0E89E. Grayscale: #1C1C1C. Windows color (decimal): -15788191 or 6362895. OLE color: 6362895.

HSL color Cylindrical-coordinate representation of color #0F1761: hue angle of 234.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1761 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 23 97 -
CMYK 0.85 0.76 0 0.62
HSL 234.15º 0.73% 0.22% -
HSV(B) 234.15º 0.85% 0.38% -
XYZ 2.66 1.58 11.47 -
YUV 29.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 15 23 97 0.85 0.76 0 0.62 234.15 0.73 0.22
Hex F 17 61 55 4C 0 3E EA 49 16
Octal 17 27 141 125 114 0 76 352 111 26
Binary 1111 10111 1100001 1010101 1001100 0 111110 11101010 1001001 10110

Color Harmonies of #0F1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1761

Black with #0F1761

Text Example


Text Example

White with #0F1761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,23,97); }

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

background-color css

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

 a { background-color: rgb(15,23,97); }

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

border-color css

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

 span { border-color: rgb(15,23,97); }

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