Html Css Color HEX #0F019E New Midnight Blue

📋 copy color: '#0F019E'

red 15 ◦ green 1 ◦ blue 158

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

Shades of New Midnight Blue #0F019E

Tints of New Midnight Blue #0F019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 90.8%

R = 8.62%
G = 0.57%
B = 90.8%

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

#0F019E (or 0x0F019E) is known color: New Midnight Blue. HEX triplet: 0F, 01 and 9E. RGB value is (15,1,158). Sum of RGB (Red+Green+Blue) = 15+1+158=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 158 (62.11% from 255 or 90.80% from 174); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F019E is #F0FE61. Grayscale: #161616. Windows color (decimal): -15793762 or 10354959. OLE color: 10354959.

HSL color Cylindrical-coordinate representation of color #0F019E: hue angle of 245.35º 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 #0F019E is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 1 158 -
CMYK 0.91 0.99 0 0.38
HSL 245.35º 0.99% 0.31% -
HSV(B) 245.35º 0.99% 0.62% -
XYZ 6.38 2.59 32.51 -
YUV 23.08 204.14 122.23 -
System Red Green Blue C M Y K H S L
Decimal 15 1 158 0.91 0.99 0 0.38 245.35 0.99 0.31
Hex F 1 9E 5B 63 0 26 F5 63 1F
Octal 17 1 236 133 143 0 46 365 143 37
Binary 1111 1 10011110 1011011 1100011 0 100110 11110101 1100011 11111

Color Harmonies of #0F019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F019E

Black with #0F019E

Text Example


Text Example

White with #0F019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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