Html Css Color HEX #010CB1 New Midnight Blue

📋 copy color: '#010CB1'

red 1 ◦ green 12 ◦ blue 177

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

Shades of New Midnight Blue #010CB1

Tints of New Midnight Blue #010CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

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

R = 0.53%
G = 6.32%
B = 93.16%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#010CB1 (or 0x010CB1) is known color: New Midnight Blue. HEX triplet: 01, 0C and B1. RGB value is (1,12,177). Sum of RGB (Red+Green+Blue) = 1+12+177=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 177 (69.53% from 255 or 93.16% from 190); Max value from RGB is 177 - color contains mainly: blue. Hex color #010CB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CB1 is #FEF34E. Grayscale: #1A1A1A. Windows color (decimal): -16708431 or 11602945. OLE color: 11602945.

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

Color convert

RGB 1 12 177 -
CMYK 0.99 0.93 0 0.31
HSL 236.25º 0.99% 0.35% -
HSV(B) 236.25º 0.99% 0.69% -
XYZ 8.08 3.44 41.83 -
YUV 27.52 212.36 109.08 -
System Red Green Blue C M Y K H S L
Decimal 1 12 177 0.99 0.93 0 0.31 236.25 0.99 0.35
Hex 1 C B1 63 5D 0 1F EC 63 23
Octal 1 14 261 143 135 0 37 354 143 43
Binary 1 1100 10110001 1100011 1011101 0 11111 11101100 1100011 100011

Color Harmonies of #010CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CB1

Black with #010CB1

Text Example


Text Example

White with #010CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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