Html Css Color HEX #010A95 New Midnight Blue

📋 copy color: '#010A95'

red 1 ◦ green 10 ◦ blue 149

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

Shades of New Midnight Blue #010A95

Tints of New Midnight Blue #010A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.25%

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

R = 0.63%
G = 6.25%
B = 93.13%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010A95 (or 0x010A95) is known color: New Midnight Blue. HEX triplet: 01, 0A and 95. RGB value is (1,10,149). Sum of RGB (Red+Green+Blue) = 1+10+149=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 149 (58.59% from 255 or 93.12% from 160); Max value from RGB is 149 - color contains mainly: blue. Hex color #010A95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A95 is #FEF56A. Grayscale: #161616. Windows color (decimal): -16708971 or 9767425. OLE color: 9767425.

HSL color Cylindrical-coordinate representation of color #010A95: hue angle of 236.35º 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 #010A95 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 10 149 -
CMYK 0.99 0.93 0 0.42
HSL 236.35º 0.99% 0.29% -
HSV(B) 236.35º 0.99% 0.58% -
XYZ 5.55 2.39 28.6 -
YUV 23.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 1 10 149 0.99 0.93 0 0.42 236.35 0.99 0.29
Hex 1 A 95 63 5D 0 2A EC 63 1D
Octal 1 12 225 143 135 0 52 354 143 35
Binary 1 1010 10010101 1100011 1011101 0 101010 11101100 1100011 11101

Color Harmonies of #010A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A95

Black with #010A95

Text Example


Text Example

White with #010A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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