Html Css Color HEX #0111B4 New Midnight Blue

📋 copy color: '#0111B4'

red 1 ◦ green 17 ◦ blue 180

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

Shades of New Midnight Blue #0111B4

Tints of New Midnight Blue #0111B4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 0.51%
G = 8.59%
B = 90.91%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0111B4 (or 0x0111B4) is known color: New Midnight Blue. HEX triplet: 01, 11 and B4. RGB value is (1,17,180). Sum of RGB (Red+Green+Blue) = 1+17+180=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 180 (70.70% from 255 or 90.91% from 198); Max value from RGB is 180 - color contains mainly: blue. Hex color #0111B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0111B4 is #FEEE4B. Grayscale: #1E1E1E. Windows color (decimal): -16707148 or 11800833. OLE color: 11800833.

HSL color Cylindrical-coordinate representation of color #0111B4: hue angle of 234.64º 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 #0111B4 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 17 180 -
CMYK 0.99 0.91 0 0.29
HSL 234.64º 0.99% 0.35% -
HSV(B) 234.64º 0.99% 0.71% -
XYZ 8.45 3.7 43.45 -
YUV 30.8 212.2 106.75 -
System Red Green Blue C M Y K H S L
Decimal 1 17 180 0.99 0.91 0 0.29 234.64 0.99 0.35
Hex 1 11 B4 63 5B 0 1D EB 63 23
Octal 1 21 264 143 133 0 35 353 143 43
Binary 1 10001 10110100 1100011 1011011 0 11101 11101011 1100011 100011

Color Harmonies of #0111B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111B4

Black with #0111B4

Text Example


Text Example

White with #0111B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0111B4; }

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

 H1.HeaderClassName
 {
   color: #0111B4;
 }
 .AnyTagClassName
 {
   color: #0111B4;
 }
</style>

background-color css

<style>
 a { background-color: #0111B4; }

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

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

border-color css

<style>
 span { border-color: #0111B4; }

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

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