Html Css Color HEX #0F0169 Midnight Blue

📋 copy color: '#0F0169'

red 15 ◦ green 1 ◦ blue 105

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

Shades of Midnight Blue #0F0169

Tints of Midnight Blue #0F0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 12.4%
G = 0.83%
B = 86.78%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0F0169 (or 0x0F0169) is known color: Midnight Blue. HEX triplet: 0F, 01 and 69. RGB value is (15,1,105). Sum of RGB (Red+Green+Blue) = 15+1+105=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 105 (41.41% from 255 or 86.78% from 121); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F0169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0169 is #F0FE96. Grayscale: #101010. Windows color (decimal): -15793815 or 6881551. OLE color: 6881551.

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

Color convert

RGB 15 1 105 -
CMYK 0.86 0.99 0 0.59
HSL 248.08º 0.98% 0.21% -
HSV(B) 248.08º 0.99% 0.41% -
XYZ 2.76 1.14 13.44 -
YUV 17.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 15 1 105 0.86 0.99 0 0.59 248.08 0.98 0.21
Hex F 1 69 56 63 0 3B F8 62 15
Octal 17 1 151 126 143 0 73 370 142 25
Binary 1111 1 1101001 1010110 1100011 0 111011 11111000 1100010 10101

Color Harmonies of #0F0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0169

Black with #0F0169

Text Example


Text Example

White with #0F0169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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