Html Css Color HEX #1001B3 New Midnight Blue

📋 copy color: '#1001B3'

red 16 ◦ green 1 ◦ blue 179

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

Shades of New Midnight Blue #1001B3

Tints of New Midnight Blue #1001B3

RGB

 RED value IS 16 (6.64% from 255) = 8.16%

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

 BLUE value IS 179 (70.31% from 255) = 91.33%

R = 8.16%
G = 0.51%
B = 91.33%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1001B3 (or 0x1001B3) is known color: New Midnight Blue. HEX triplet: 10, 01 and B3. RGB value is (16,1,179). Sum of RGB (Red+Green+Blue) = 16+1+179=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 179 (70.31% from 255 or 91.33% from 196); Max value from RGB is 179 - color contains mainly: blue. Hex color #1001B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1001B3 is #EFFE4C. Grayscale: #191919. Windows color (decimal): -15728205 or 11731216. OLE color: 11731216.

HSL color Cylindrical-coordinate representation of color #1001B3: hue angle of 245.06º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1001B3 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 1 179 -
CMYK 0.91 0.99 0 0.30
HSL 245.06º 0.99% 0.35% -
HSV(B) 245.06º 0.99% 0.7% -
XYZ 8.36 3.39 42.86 -
YUV 25.78 214.47 121.03 -
System Red Green Blue C M Y K H S L
Decimal 16 1 179 0.91 0.99 0 0.30 245.06 0.99 0.35
Hex 10 1 B3 5B 63 0 1E F5 63 23
Octal 20 1 263 133 143 0 36 365 143 43
Binary 10000 1 10110011 1011011 1100011 0 11110 11110101 1100011 100011

Color Harmonies of #1001B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1001B3

Black with #1001B3

Text Example


Text Example

White with #1001B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1001B3; }

 p { color: rgb(16,1,179); }

 H1.HeaderClassName
 {
   color: #1001B3;
 }
 .AnyTagClassName
 {
   color: #1001B3;
 }
</style>

background-color css

<style>
 a { background-color: #1001B3; }

 a { background-color: rgb(16,1,179); }

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

border-color css

<style>
 span { border-color: #1001B3; }

 span { border-color: rgb(16,1,179); }

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