Html Css Color HEX #0110B4 New Midnight Blue

📋 copy color: '#0110B4'

red 1 ◦ green 16 ◦ blue 180

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

Shades of New Midnight Blue #0110B4

Tints of New Midnight Blue #0110B4

RGB

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

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

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

R = 0.51%
G = 8.12%
B = 91.37%

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

#0110B4 (or 0x0110B4) is known color: New Midnight Blue. HEX triplet: 01, 10 and B4. RGB value is (1,16,180). Sum of RGB (Red+Green+Blue) = 1+16+180=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 180 (70.70% from 255 or 91.37% from 197); Max value from RGB is 180 - color contains mainly: blue. Hex color #0110B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110B4 is #FEEF4B. Grayscale: #1D1D1D. Windows color (decimal): -16707404 or 11800577. OLE color: 11800577.

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

Color convert

RGB 1 16 180 -
CMYK 0.99 0.91 0 0.29
HSL 234.97º 0.99% 0.35% -
HSV(B) 234.97º 0.99% 0.71% -
XYZ 8.44 3.67 43.44 -
YUV 30.21 212.53 107.16 -
System Red Green Blue C M Y K H S L
Decimal 1 16 180 0.99 0.91 0 0.29 234.97 0.99 0.35
Hex 1 10 B4 63 5B 0 1D EB 63 23
Octal 1 20 264 143 133 0 35 353 143 43
Binary 1 10000 10110100 1100011 1011011 0 11101 11101011 1100011 100011

Color Harmonies of #0110B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0110B4

Black with #0110B4

Text Example


Text Example

White with #0110B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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