Html Css Color HEX #0117A0 New Midnight Blue

📋 copy color: '#0117A0'

red 1 ◦ green 23 ◦ blue 160

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

Shades of New Midnight Blue #0117A0

Tints of New Midnight Blue #0117A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

 BLUE value IS 160 (62.89% from 255) = 86.96%

R = 0.54%
G = 12.5%
B = 86.96%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0117A0 (or 0x0117A0) is known color: New Midnight Blue. HEX triplet: 01, 17 and A0. RGB value is (1,23,160). Sum of RGB (Red+Green+Blue) = 1+23+160=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 160 (62.89% from 255 or 86.96% from 184); Max value from RGB is 160 - color contains mainly: blue. Hex color #0117A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0117A0 is #FEE85F. Grayscale: #1F1F1F. Windows color (decimal): -16705632 or 10491649. OLE color: 10491649.

HSL color Cylindrical-coordinate representation of color #0117A0: hue angle of 231.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0117A0 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 23 160 -
CMYK 0.99 0.86 0 0.37
HSL 231.7º 0.99% 0.32% -
HSV(B) 231.7º 0.99% 0.63% -
XYZ 6.66 3.16 33.52 -
YUV 32.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 1 23 160 0.99 0.86 0 0.37 231.7 0.99 0.32
Hex 1 17 A0 63 56 0 25 E8 63 20
Octal 1 27 240 143 126 0 45 350 143 40
Binary 1 10111 10100000 1100011 1010110 0 100101 11101000 1100011 100000

Color Harmonies of #0117A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0117A0

Black with #0117A0

Text Example


Text Example

White with #0117A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0117A0; }

 p { color: rgb(1,23,160); }

 H1.HeaderClassName
 {
   color: #0117A0;
 }
 .AnyTagClassName
 {
   color: #0117A0;
 }
</style>

background-color css

<style>
 a { background-color: #0117A0; }

 a { background-color: rgb(1,23,160); }

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

border-color css

<style>
 span { border-color: #0117A0; }

 span { border-color: rgb(1,23,160); }

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