Html Css Color HEX #0F1375 Midnight Blue

📋 copy color: '#0F1375'

red 15 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #0F1375

Tints of Midnight Blue #0F1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 117 (46.09% from 255) = 77.48%

R = 9.93%
G = 12.58%
B = 77.48%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F1375 (or 0x0F1375) is known color: Midnight Blue. HEX triplet: 0F, 13 and 75. RGB value is (15,19,117). Sum of RGB (Red+Green+Blue) = 15+19+117=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F1375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1375 is #F0EC8A. Grayscale: #1C1C1C. Windows color (decimal): -15789195 or 7672591. OLE color: 7672591.

HSL color Cylindrical-coordinate representation of color #0F1375: hue angle of 237.65º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1375 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 19 117 -
CMYK 0.87 0.84 0 0.54
HSL 237.65º 0.77% 0.26% -
HSV(B) 237.65º 0.87% 0.46% -
XYZ 3.64 1.85 17 -
YUV 28.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 15 19 117 0.87 0.84 0 0.54 237.65 0.77 0.26
Hex F 13 75 57 54 0 36 EE 4D 1A
Octal 17 23 165 127 124 0 66 356 115 32
Binary 1111 10011 1110101 1010111 1010100 0 110110 11101110 1001101 11010

Color Harmonies of #0F1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1375

Black with #0F1375

Text Example


Text Example

White with #0F1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,117); }

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

background-color css

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

 a { background-color: rgb(15,19,117); }

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

border-color css

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

 span { border-color: rgb(15,19,117); }

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