Html Css Color HEX #010FB1 New Midnight Blue

📋 copy color: '#010FB1'

red 1 ◦ green 15 ◦ blue 177

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

Shades of New Midnight Blue #010FB1

Tints of New Midnight Blue #010FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 91.71%

R = 0.52%
G = 7.77%
B = 91.71%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#010FB1 (or 0x010FB1) is known color: New Midnight Blue. HEX triplet: 01, 0F and B1. RGB value is (1,15,177). Sum of RGB (Red+Green+Blue) = 1+15+177=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 177 (69.53% from 255 or 91.71% from 193); Max value from RGB is 177 - color contains mainly: blue. Hex color #010FB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010FB1 is #FEF04E. Grayscale: #1C1C1C. Windows color (decimal): -16707663 or 11603713. OLE color: 11603713.

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

Color convert

RGB 1 15 177 -
CMYK 0.99 0.92 0 0.31
HSL 235.23º 0.99% 0.35% -
HSV(B) 235.23º 0.99% 0.69% -
XYZ 8.12 3.52 41.85 -
YUV 29.28 211.36 107.83 -
System Red Green Blue C M Y K H S L
Decimal 1 15 177 0.99 0.92 0 0.31 235.23 0.99 0.35
Hex 1 F B1 63 5C 0 1F EB 63 23
Octal 1 17 261 143 134 0 37 353 143 43
Binary 1 1111 10110001 1100011 1011100 0 11111 11101011 1100011 100011

Color Harmonies of #010FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FB1

Black with #010FB1

Text Example


Text Example

White with #010FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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