Html Css Color HEX #0F019F New Midnight Blue

📋 copy color: '#0F019F'

red 15 ◦ green 1 ◦ blue 159

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

Shades of New Midnight Blue #0F019F

Tints of New Midnight Blue #0F019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 90.86%

R = 8.57%
G = 0.57%
B = 90.86%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F019F (or 0x0F019F) is known color: New Midnight Blue. HEX triplet: 0F, 01 and 9F. RGB value is (15,1,159). Sum of RGB (Red+Green+Blue) = 15+1+159=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 159 (62.5% from 255 or 90.86% from 175); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F019F is #F0FE60. Grayscale: #161616. Windows color (decimal): -15793761 or 10420495. OLE color: 10420495.

HSL color Cylindrical-coordinate representation of color #0F019F: hue angle of 245.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F019F is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 1 159 -
CMYK 0.91 0.99 0 0.38
HSL 245.32º 0.99% 0.31% -
HSV(B) 245.32º 0.99% 0.62% -
XYZ 6.47 2.63 32.97 -
YUV 23.2 204.64 122.15 -
System Red Green Blue C M Y K H S L
Decimal 15 1 159 0.91 0.99 0 0.38 245.32 0.99 0.31
Hex F 1 9F 5B 63 0 26 F5 63 1F
Octal 17 1 237 133 143 0 46 365 143 37
Binary 1111 1 10011111 1011011 1100011 0 100110 11110101 1100011 11111

Color Harmonies of #0F019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F019F

Black with #0F019F

Text Example


Text Example

White with #0F019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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