Html Css Color HEX #011698 New Midnight Blue

📋 copy color: '#011698'

red 1 ◦ green 22 ◦ blue 152

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

Shades of New Midnight Blue #011698

Tints of New Midnight Blue #011698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 152 (59.77% from 255) = 86.86%

R = 0.57%
G = 12.57%
B = 86.86%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011698 (or 0x011698) is known color: New Midnight Blue. HEX triplet: 01, 16 and 98. RGB value is (1,22,152). Sum of RGB (Red+Green+Blue) = 1+22+152=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 152 (59.77% from 255 or 86.86% from 175); Max value from RGB is 152 - color contains mainly: blue. Hex color #011698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011698 is #FEE967. Grayscale: #1E1E1E. Windows color (decimal): -16705896 or 9967105. OLE color: 9967105.

HSL color Cylindrical-coordinate representation of color #011698: hue angle of 231.66º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011698 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 22 152 -
CMYK 0.99 0.86 0 0.40
HSL 231.66º 0.99% 0.3% -
HSV(B) 231.66º 0.99% 0.6% -
XYZ 5.97 2.85 29.94 -
YUV 30.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 1 22 152 0.99 0.86 0 0.40 231.66 0.99 0.3
Hex 1 16 98 63 56 0 28 E8 63 1E
Octal 1 26 230 143 126 0 50 350 143 36
Binary 1 10110 10011000 1100011 1010110 0 101000 11101000 1100011 11110

Color Harmonies of #011698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011698

Black with #011698

Text Example


Text Example

White with #011698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011698; }

 p { color: rgb(1,22,152); }

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

background-color css

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

 a { background-color: rgb(1,22,152); }

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

border-color css

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

 span { border-color: rgb(1,22,152); }

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