Html Css Color HEX #010FB4 New Midnight Blue

📋 copy color: '#010FB4'

red 1 ◦ green 15 ◦ blue 180

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

Shades of New Midnight Blue #010FB4

Tints of New Midnight Blue #010FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 91.84%

R = 0.51%
G = 7.65%
B = 91.84%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#010FB4 (or 0x010FB4) is known color: New Midnight Blue. HEX triplet: 01, 0F and B4. RGB value is (1,15,180). Sum of RGB (Red+Green+Blue) = 1+15+180=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 180 (70.70% from 255 or 91.84% from 196); Max value from RGB is 180 - color contains mainly: blue. Hex color #010FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FB4 is #FEF04B. Grayscale: #1C1C1C. Windows color (decimal): -16707660 or 11800321. OLE color: 11800321.

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

Color convert

RGB 1 15 180 -
CMYK 0.99 0.92 0 0.29
HSL 235.31º 0.99% 0.35% -
HSV(B) 235.31º 0.99% 0.71% -
XYZ 8.42 3.64 43.44 -
YUV 29.62 212.86 107.58 -
System Red Green Blue C M Y K H S L
Decimal 1 15 180 0.99 0.92 0 0.29 235.31 0.99 0.35
Hex 1 F B4 63 5C 0 1D EB 63 23
Octal 1 17 264 143 134 0 35 353 143 43
Binary 1 1111 10110100 1100011 1011100 0 11101 11101011 1100011 100011

Color Harmonies of #010FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FB4

Black with #010FB4

Text Example


Text Example

White with #010FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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