Html Css Color HEX #0F125B Midnight Blue

📋 copy color: '#0F125B'

red 15 ◦ green 18 ◦ blue 91

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

Shades of Midnight Blue #0F125B

Tints of Midnight Blue #0F125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 73.39%

R = 12.1%
G = 14.52%
B = 73.39%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F125B (or 0x0F125B) is known color: Midnight Blue. HEX triplet: 0F, 12 and 5B. RGB value is (15,18,91). Sum of RGB (Red+Green+Blue) = 15+18+91=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F125B is #F0EDA4. Grayscale: #191919. Windows color (decimal): -15789477 or 5968399. OLE color: 5968399.

HSL color Cylindrical-coordinate representation of color #0F125B: hue angle of 237.63º 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 #0F125B is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 18 91 -
CMYK 0.84 0.80 0 0.64
HSL 237.63º 0.72% 0.21% -
HSV(B) 237.63º 0.84% 0.36% -
XYZ 2.3 1.29 10.03 -
YUV 25.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 15 18 91 0.84 0.80 0 0.64 237.63 0.72 0.21
Hex F 12 5B 54 50 0 40 EE 48 15
Octal 17 22 133 124 120 0 100 356 110 25
Binary 1111 10010 1011011 1010100 1010000 0 1000000 11101110 1001000 10101

Color Harmonies of #0F125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F125B

Black with #0F125B

Text Example


Text Example

White with #0F125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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