Html Css Color HEX #010F9D New Midnight Blue

📋 copy color: '#010F9D'

red 1 ◦ green 15 ◦ blue 157

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

Shades of New Midnight Blue #010F9D

Tints of New Midnight Blue #010F9D

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010F9D (or 0x010F9D) is known color: New Midnight Blue. HEX triplet: 01, 0F and 9D. RGB value is (1,15,157). Sum of RGB (Red+Green+Blue) = 1+15+157=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 15 (6.25% from 255 or 8.67% 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 #010F9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F9D is #FEF062. Grayscale: #1A1A1A. Windows color (decimal): -16707683 or 10292993. OLE color: 10292993.

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

Color convert

RGB 1 15 157 -
CMYK 0.99 0.90 0 0.38
HSL 234.62º 0.99% 0.31% -
HSV(B) 234.62º 0.99% 0.62% -
XYZ 6.27 2.78 32.1 -
YUV 27 201.36 109.45 -
System Red Green Blue C M Y K H S L
Decimal 1 15 157 0.99 0.90 0 0.38 234.62 0.99 0.31
Hex 1 F 9D 63 5A 0 26 EB 63 1F
Octal 1 17 235 143 132 0 46 353 143 37
Binary 1 1111 10011101 1100011 1011010 0 100110 11101011 1100011 11111

Color Harmonies of #010F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F9D

Black with #010F9D

Text Example


Text Example

White with #010F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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