Html Css Color HEX #010A9B New Midnight Blue

📋 copy color: '#010A9B'

red 1 ◦ green 10 ◦ blue 155

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

Shades of New Midnight Blue #010A9B

Tints of New Midnight Blue #010A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 93.37%

R = 0.6%
G = 6.02%
B = 93.37%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#010A9B (or 0x010A9B) is known color: New Midnight Blue. HEX triplet: 01, 0A and 9B. RGB value is (1,10,155). Sum of RGB (Red+Green+Blue) = 1+10+155=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 155 (60.94% from 255 or 93.37% from 166); Max value from RGB is 155 - color contains mainly: blue. Hex color #010A9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A9B is #FEF564. Grayscale: #171717. Windows color (decimal): -16708965 or 10160641. OLE color: 10160641.

HSL color Cylindrical-coordinate representation of color #010A9B: hue angle of 236.49º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A9B is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 10 155 -
CMYK 0.99 0.94 0 0.39
HSL 236.49º 0.99% 0.31% -
HSV(B) 236.49º 0.99% 0.61% -
XYZ 6.04 2.59 31.19 -
YUV 23.84 202.02 111.71 -
System Red Green Blue C M Y K H S L
Decimal 1 10 155 0.99 0.94 0 0.39 236.49 0.99 0.31
Hex 1 A 9B 63 5E 0 27 EC 63 1F
Octal 1 12 233 143 136 0 47 354 143 37
Binary 1 1010 10011011 1100011 1011110 0 100111 11101100 1100011 11111

Color Harmonies of #010A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A9B

Black with #010A9B

Text Example


Text Example

White with #010A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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