Html Css Color HEX #0F175D Midnight Blue

📋 copy color: '#0F175D'

red 15 ◦ green 23 ◦ blue 93

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

Shades of Midnight Blue #0F175D

Tints of Midnight Blue #0F175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 11.45%
G = 17.56%
B = 70.99%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F175D (or 0x0F175D) is known color: Midnight Blue. HEX triplet: 0F, 17 and 5D. RGB value is (15,23,93). Sum of RGB (Red+Green+Blue) = 15+23+93=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F175D is #F0E8A2. Grayscale: #1C1C1C. Windows color (decimal): -15788195 or 6100751. OLE color: 6100751.

HSL color Cylindrical-coordinate representation of color #0F175D: hue angle of 233.85º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F175D is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 23 93 -
CMYK 0.84 0.75 0 0.64
HSL 233.85º 0.72% 0.21% -
HSV(B) 233.85º 0.84% 0.36% -
XYZ 2.48 1.5 10.52 -
YUV 28.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 15 23 93 0.84 0.75 0 0.64 233.85 0.72 0.21
Hex F 17 5D 54 4B 0 40 EA 48 15
Octal 17 27 135 124 113 0 100 352 110 25
Binary 1111 10111 1011101 1010100 1001011 0 1000000 11101010 1001000 10101

Color Harmonies of #0F175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F175D

Black with #0F175D

Text Example


Text Example

White with #0F175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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