Html Css Color HEX #0F127D Midnight Blue

📋 copy color: '#0F127D'

red 15 ◦ green 18 ◦ blue 125

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

Shades of Midnight Blue #0F127D

Tints of Midnight Blue #0F127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

 BLUE value IS 125 (49.22% from 255) = 79.11%

R = 9.49%
G = 11.39%
B = 79.11%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F127D (or 0x0F127D) is known color: Midnight Blue. HEX triplet: 0F, 12 and 7D. RGB value is (15,18,125). Sum of RGB (Red+Green+Blue) = 15+18+125=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F127D is #F0ED82. Grayscale: #1C1C1C. Windows color (decimal): -15789443 or 8196623. OLE color: 8196623.

HSL color Cylindrical-coordinate representation of color #0F127D: hue angle of 238.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F127D is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 18 125 -
CMYK 0.88 0.86 0 0.51
HSL 238.36º 0.79% 0.27% -
HSV(B) 238.36º 0.88% 0.49% -
XYZ 4.11 2.01 19.57 -
YUV 29.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 15 18 125 0.88 0.86 0 0.51 238.36 0.79 0.27
Hex F 12 7D 58 56 0 33 EE 4F 1B
Octal 17 22 175 130 126 0 63 356 117 33
Binary 1111 10010 1111101 1011000 1010110 0 110011 11101110 1001111 11011

Color Harmonies of #0F127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F127D

Black with #0F127D

Text Example


Text Example

White with #0F127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,125); }

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

background-color css

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

 a { background-color: rgb(15,18,125); }

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

border-color css

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

 span { border-color: rgb(15,18,125); }

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