Html Css Color HEX #0F075C Midnight Blue

📋 copy color: '#0F075C'

red 15 ◦ green 7 ◦ blue 92

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

Shades of Midnight Blue #0F075C

Tints of Midnight Blue #0F075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

 BLUE value IS 92 (36.33% from 255) = 80.7%

R = 13.16%
G = 6.14%
B = 80.7%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F075C (or 0x0F075C) is known color: Midnight Blue. HEX triplet: 0F, 07 and 5C. RGB value is (15,7,92). Sum of RGB (Red+Green+Blue) = 15+7+92=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F075C is #F0F8A3. Grayscale: #121212. Windows color (decimal): -15792292 or 6031119. OLE color: 6031119.

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

Color convert

RGB 15 7 92 -
CMYK 0.84 0.92 0 0.64
HSL 245.65º 0.86% 0.19% -
HSV(B) 245.65º 0.92% 0.36% -
XYZ 2.2 1.03 10.21 -
YUV 19.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 15 7 92 0.84 0.92 0 0.64 245.65 0.86 0.19
Hex F 7 5C 54 5C 0 40 F6 56 13
Octal 17 7 134 124 134 0 100 366 126 23
Binary 1111 111 1011100 1010100 1011100 0 1000000 11110110 1010110 10011

Color Harmonies of #0F075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F075C

Black with #0F075C

Text Example


Text Example

White with #0F075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,7,92); }

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

background-color css

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

 a { background-color: rgb(15,7,92); }

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

border-color css

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

 span { border-color: rgb(15,7,92); }

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