Html Css Color HEX #010F9F New Midnight Blue

📋 copy color: '#010F9F'

red 1 ◦ green 15 ◦ blue 159

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

Shades of New Midnight Blue #010F9F

Tints of New Midnight Blue #010F9F

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010F9F (or 0x010F9F) is known color: New Midnight Blue. HEX triplet: 01, 0F and 9F. RGB value is (1,15,159). Sum of RGB (Red+Green+Blue) = 1+15+159=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 15 (6.25% from 255 or 8.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 #010F9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F9F is #FEF060. Grayscale: #1A1A1A. Windows color (decimal): -16707681 or 10424065. OLE color: 10424065.

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

Color convert

RGB 1 15 159 -
CMYK 0.99 0.91 0 0.38
HSL 234.68º 0.99% 0.31% -
HSV(B) 234.68º 0.99% 0.62% -
XYZ 6.44 2.85 33.01 -
YUV 27.23 202.36 109.29 -
System Red Green Blue C M Y K H S L
Decimal 1 15 159 0.99 0.91 0 0.38 234.68 0.99 0.31
Hex 1 F 9F 63 5B 0 26 EB 63 1F
Octal 1 17 237 143 133 0 46 353 143 37
Binary 1 1111 10011111 1100011 1011011 0 100110 11101011 1100011 11111

Color Harmonies of #010F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F9F

Black with #010F9F

Text Example


Text Example

White with #010F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F9F; }

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

 H1.HeaderClassName
 {
   color: #010F9F;
 }
 .AnyTagClassName
 {
   color: #010F9F;
 }
</style>

background-color css

<style>
 a { background-color: #010F9F; }

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

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

border-color css

<style>
 span { border-color: #010F9F; }

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

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