Html Css Color HEX #0F1152 Midnight Blue

📋 copy color: '#0F1152'

red 15 ◦ green 17 ◦ blue 82

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

Shades of Midnight Blue #0F1152

Tints of Midnight Blue #0F1152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

 BLUE value IS 82 (32.42% from 255) = 71.93%

R = 13.16%
G = 14.91%
B = 71.93%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0F1152 (or 0x0F1152) is known color: Midnight Blue. HEX triplet: 0F, 11 and 52. RGB value is (15,17,82). Sum of RGB (Red+Green+Blue) = 15+17+82=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1152 is #F0EEAD. Grayscale: #171717. Windows color (decimal): -15789742 or 5378319. OLE color: 5378319.

HSL color Cylindrical-coordinate representation of color #0F1152: hue angle of 238.21º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1152 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 17 82 -
CMYK 0.82 0.79 0 0.68
HSL 238.21º 0.69% 0.19% -
HSV(B) 238.21º 0.82% 0.32% -
XYZ 1.92 1.11 8.1 -
YUV 23.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 15 17 82 0.82 0.79 0 0.68 238.21 0.69 0.19
Hex F 11 52 52 4F 0 44 EE 45 13
Octal 17 21 122 122 117 0 104 356 105 23
Binary 1111 10001 1010010 1010010 1001111 0 1000100 11101110 1000101 10011

Color Harmonies of #0F1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1152

Black with #0F1152

Text Example


Text Example

White with #0F1152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,82); }

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

background-color css

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

 a { background-color: rgb(15,17,82); }

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

border-color css

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

 span { border-color: rgb(15,17,82); }

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