Html Css Color HEX #010695 New Midnight Blue

📋 copy color: '#010695'

red 1 ◦ green 6 ◦ blue 149

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

Shades of New Midnight Blue #010695

Tints of New Midnight Blue #010695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.85%

 BLUE value IS 149 (58.59% from 255) = 95.51%

R = 0.64%
G = 3.85%
B = 95.51%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010695 (or 0x010695) is known color: New Midnight Blue. HEX triplet: 01, 06 and 95. RGB value is (1,6,149). Sum of RGB (Red+Green+Blue) = 1+6+149=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 149 (58.59% from 255 or 95.51% from 156); Max value from RGB is 149 - color contains mainly: blue. Hex color #010695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010695 is #FEF96A. Grayscale: #141414. Windows color (decimal): -16709995 or 9766401. OLE color: 9766401.

HSL color Cylindrical-coordinate representation of color #010695: hue angle of 237.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010695 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 6 149 -
CMYK 0.99 0.96 0 0.42
HSL 237.97º 0.99% 0.29% -
HSV(B) 237.97º 0.99% 0.58% -
XYZ 5.5 2.31 28.59 -
YUV 20.81 200.34 113.87 -
System Red Green Blue C M Y K H S L
Decimal 1 6 149 0.99 0.96 0 0.42 237.97 0.99 0.29
Hex 1 6 95 63 60 0 2A EE 63 1D
Octal 1 6 225 143 140 0 52 356 143 35
Binary 1 110 10010101 1100011 1100000 0 101010 11101110 1100011 11101

Color Harmonies of #010695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010695

Black with #010695

Text Example


Text Example

White with #010695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010695; }

 p { color: rgb(1,6,149); }

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

background-color css

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

 a { background-color: rgb(1,6,149); }

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

border-color css

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

 span { border-color: rgb(1,6,149); }

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