Html Css Color HEX #0F019D New Midnight Blue

📋 copy color: '#0F019D'

red 15 ◦ green 1 ◦ blue 157

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

Shades of New Midnight Blue #0F019D

Tints of New Midnight Blue #0F019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 90.75%

R = 8.67%
G = 0.58%
B = 90.75%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F019D (or 0x0F019D) is known color: New Midnight Blue. HEX triplet: 0F, 01 and 9D. RGB value is (15,1,157). Sum of RGB (Red+Green+Blue) = 15+1+157=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 157 (61.72% from 255 or 90.75% from 173); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F019D is #F0FE62. Grayscale: #161616. Windows color (decimal): -15793763 or 10289423. OLE color: 10289423.

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

Color convert

RGB 15 1 157 -
CMYK 0.90 0.99 0 0.38
HSL 245.38º 0.99% 0.31% -
HSV(B) 245.38º 0.99% 0.62% -
XYZ 6.29 2.56 32.06 -
YUV 22.97 203.64 122.32 -
System Red Green Blue C M Y K H S L
Decimal 15 1 157 0.90 0.99 0 0.38 245.38 0.99 0.31
Hex F 1 9D 5A 63 0 26 F5 63 1F
Octal 17 1 235 132 143 0 46 365 143 37
Binary 1111 1 10011101 1011010 1100011 0 100110 11110101 1100011 11111

Color Harmonies of #0F019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F019D

Black with #0F019D

Text Example


Text Example

White with #0F019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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