Html Css Color HEX #0F196F Midnight Blue

📋 copy color: '#0F196F'

red 15 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #0F196F

Tints of Midnight Blue #0F196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

 BLUE value IS 111 (43.75% from 255) = 73.51%

R = 9.93%
G = 16.56%
B = 73.51%

CMYK

 C value IS 0.86

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F196F (or 0x0F196F) is known color: Midnight Blue. HEX triplet: 0F, 19 and 6F. RGB value is (15,25,111). Sum of RGB (Red+Green+Blue) = 15+25+111=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F196F is #F0E690. Grayscale: #1F1F1F. Windows color (decimal): -15787665 or 7280911. OLE color: 7280911.

HSL color Cylindrical-coordinate representation of color #0F196F: hue angle of 233.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F196F is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 25 111 -
CMYK 0.86 0.77 0 0.56
HSL 233.75º 0.76% 0.25% -
HSV(B) 233.75º 0.86% 0.44% -
XYZ 3.41 1.94 15.23 -
YUV 31.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 15 25 111 0.86 0.77 0 0.56 233.75 0.76 0.25
Hex F 19 6F 56 4D 0 38 EA 4C 19
Octal 17 31 157 126 115 0 70 352 114 31
Binary 1111 11001 1101111 1010110 1001101 0 111000 11101010 1001100 11001

Color Harmonies of #0F196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F196F

Black with #0F196F

Text Example


Text Example

White with #0F196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,25,111); }

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

background-color css

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

 a { background-color: rgb(15,25,111); }

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

border-color css

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

 span { border-color: rgb(15,25,111); }

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