Html Css Color HEX #010F9B New Midnight Blue

📋 copy color: '#010F9B'

red 1 ◦ green 15 ◦ blue 155

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

Shades of New Midnight Blue #010F9B

Tints of New Midnight Blue #010F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 90.64%

R = 0.58%
G = 8.77%
B = 90.64%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#010F9B (or 0x010F9B) is known color: New Midnight Blue. HEX triplet: 01, 0F and 9B. RGB value is (1,15,155). Sum of RGB (Red+Green+Blue) = 1+15+155=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #010F9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F9B is #FEF064. Grayscale: #1A1A1A. Windows color (decimal): -16707685 or 10161921. OLE color: 10161921.

HSL color Cylindrical-coordinate representation of color #010F9B: hue angle of 234.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F9B is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 15 155 -
CMYK 0.99 0.90 0 0.39
HSL 234.55º 0.99% 0.31% -
HSV(B) 234.55º 0.99% 0.61% -
XYZ 6.1 2.71 31.21 -
YUV 26.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 1 15 155 0.99 0.90 0 0.39 234.55 0.99 0.31
Hex 1 F 9B 63 5A 0 27 EB 63 1F
Octal 1 17 233 143 132 0 47 353 143 37
Binary 1 1111 10011011 1100011 1011010 0 100111 11101011 1100011 11111

Color Harmonies of #010F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F9B

Black with #010F9B

Text Example


Text Example

White with #010F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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