Html Css Color HEX #0F165F Midnight Blue

📋 copy color: '#0F165F'

red 15 ◦ green 22 ◦ blue 95

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

Shades of Midnight Blue #0F165F

Tints of Midnight Blue #0F165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.67%

 BLUE value IS 95 (37.5% from 255) = 71.97%

R = 11.36%
G = 16.67%
B = 71.97%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F165F (or 0x0F165F) is known color: Midnight Blue. HEX triplet: 0F, 16 and 5F. RGB value is (15,22,95). Sum of RGB (Red+Green+Blue) = 15+22+95=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F165F is #F0E9A0. Grayscale: #1B1B1B. Windows color (decimal): -15788449 or 6231567. OLE color: 6231567.

HSL color Cylindrical-coordinate representation of color #0F165F: hue angle of 234.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F165F is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 22 95 -
CMYK 0.84 0.77 0 0.63
HSL 234.75º 0.73% 0.22% -
HSV(B) 234.75º 0.84% 0.37% -
XYZ 2.55 1.5 10.98 -
YUV 28.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 15 22 95 0.84 0.77 0 0.63 234.75 0.73 0.22
Hex F 16 5F 54 4D 0 3F EB 49 16
Octal 17 26 137 124 115 0 77 353 111 26
Binary 1111 10110 1011111 1010100 1001101 0 111111 11101011 1001001 10110

Color Harmonies of #0F165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F165F

Black with #0F165F

Text Example


Text Example

White with #0F165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,22,95); }

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

background-color css

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

 a { background-color: rgb(15,22,95); }

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

border-color css

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

 span { border-color: rgb(15,22,95); }

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