Html Css Color HEX #1000B3 New Midnight Blue

📋 copy color: '#1000B3'

red 16 ◦ green 0 ◦ blue 179

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

Shades of New Midnight Blue #1000B3

Tints of New Midnight Blue #1000B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.21%
G = 0%
B = 91.79%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1000B3 (or 0x1000B3) is known color: New Midnight Blue. HEX triplet: 10, 00 and B3. RGB value is (16,0,179). Sum of RGB (Red+Green+Blue) = 16+0+179=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 179 (70.31% from 255 or 91.79% from 195); Max value from RGB is 179 - color contains mainly: blue. Hex color #1000B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1000B3 is #EFFF4C. Grayscale: #181818. Windows color (decimal): -15728461 or 11730960. OLE color: 11730960.

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

Color convert

RGB 16 0 179 -
CMYK 0.91 1 0 0.30
HSL 245.36º 1% 0.35% -
HSV(B) 245.36º 1% 0.7% -
XYZ 8.35 3.36 42.86 -
YUV 25.19 214.8 121.45 -
System Red Green Blue C M Y K H S L
Decimal 16 0 179 0.91 1 0 0.30 245.36 1 0.35
Hex 10 0 B3 5B 64 0 1E F5 64 23
Octal 20 0 263 133 144 0 36 365 144 43
Binary 10000 0 10110011 1011011 1100100 0 11110 11110101 1100100 100011

Color Harmonies of #1000B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1000B3

Black with #1000B3

Text Example


Text Example

White with #1000B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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