Html Css Color HEX #0F1269 Midnight Blue

📋 copy color: '#0F1269'

red 15 ◦ green 18 ◦ blue 105

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

Shades of Midnight Blue #0F1269

Tints of Midnight Blue #0F1269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 76.09%

R = 10.87%
G = 13.04%
B = 76.09%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F1269 (or 0x0F1269) is known color: Midnight Blue. HEX triplet: 0F, 12 and 69. RGB value is (15,18,105). Sum of RGB (Red+Green+Blue) = 15+18+105=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F1269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1269 is #F0ED96. Grayscale: #1A1A1A. Windows color (decimal): -15789463 or 6885903. OLE color: 6885903.

HSL color Cylindrical-coordinate representation of color #0F1269: hue angle of 238º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1269 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 18 105 -
CMYK 0.86 0.83 0 0.59
HSL 238º 0.75% 0.24% -
HSV(B) 238º 0.86% 0.41% -
XYZ 2.96 1.55 13.51 -
YUV 27.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 15 18 105 0.86 0.83 0 0.59 238 0.75 0.24
Hex F 12 69 56 53 0 3B EE 4B 18
Octal 17 22 151 126 123 0 73 356 113 30
Binary 1111 10010 1101001 1010110 1010011 0 111011 11101110 1001011 11000

Color Harmonies of #0F1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1269

Black with #0F1269

Text Example


Text Example

White with #0F1269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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