Html Css Color HEX #01109B New Midnight Blue

📋 copy color: '#01109B'

red 1 ◦ green 16 ◦ blue 155

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

Shades of New Midnight Blue #01109B

Tints of New Midnight Blue #01109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

 BLUE value IS 155 (60.94% from 255) = 90.12%

R = 0.58%
G = 9.3%
B = 90.12%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01109B (or 0x01109B) is known color: New Midnight Blue. HEX triplet: 01, 10 and 9B. RGB value is (1,16,155). Sum of RGB (Red+Green+Blue) = 1+16+155=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 155 (60.94% from 255 or 90.12% from 172); Max value from RGB is 155 - color contains mainly: blue. Hex color #01109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01109B is #FEEF64. Grayscale: #1A1A1A. Windows color (decimal): -16707429 or 10162177. OLE color: 10162177.

HSL color Cylindrical-coordinate representation of color #01109B: hue angle of 234.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01109B is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 16 155 -
CMYK 0.99 0.90 0 0.39
HSL 234.16º 0.99% 0.31% -
HSV(B) 234.16º 0.99% 0.61% -
XYZ 6.11 2.74 31.22 -
YUV 27.36 200.03 109.2 -
System Red Green Blue C M Y K H S L
Decimal 1 16 155 0.99 0.90 0 0.39 234.16 0.99 0.31
Hex 1 10 9B 63 5A 0 27 EA 63 1F
Octal 1 20 233 143 132 0 47 352 143 37
Binary 1 10000 10011011 1100011 1011010 0 100111 11101010 1100011 11111

Color Harmonies of #01109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01109B

Black with #01109B

Text Example


Text Example

White with #01109B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01109B; }

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

 H1.HeaderClassName
 {
   color: #01109B;
 }
 .AnyTagClassName
 {
   color: #01109B;
 }
</style>

background-color css

<style>
 a { background-color: #01109B; }

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

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

border-color css

<style>
 span { border-color: #01109B; }

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

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