Html Css Color HEX #010B9A New Midnight Blue

📋 copy color: '#010B9A'

red 1 ◦ green 11 ◦ blue 154

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

Shades of New Midnight Blue #010B9A

Tints of New Midnight Blue #010B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

 BLUE value IS 154 (60.55% from 255) = 92.77%

R = 0.6%
G = 6.63%
B = 92.77%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#010B9A (or 0x010B9A) is known color: New Midnight Blue. HEX triplet: 01, 0B and 9A. RGB value is (1,11,154). Sum of RGB (Red+Green+Blue) = 1+11+154=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 154 (60.55% from 255 or 92.77% from 166); Max value from RGB is 154 - color contains mainly: blue. Hex color #010B9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B9A is #FEF465. Grayscale: #171717. Windows color (decimal): -16708710 or 10095361. OLE color: 10095361.

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

Color convert

RGB 1 11 154 -
CMYK 0.99 0.93 0 0.40
HSL 236.08º 0.99% 0.3% -
HSV(B) 236.08º 0.99% 0.6% -
XYZ 5.96 2.58 30.76 -
YUV 24.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 1 11 154 0.99 0.93 0 0.40 236.08 0.99 0.3
Hex 1 B 9A 63 5D 0 28 EC 63 1E
Octal 1 13 232 143 135 0 50 354 143 36
Binary 1 1011 10011010 1100011 1011101 0 101000 11101100 1100011 11110

Color Harmonies of #010B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B9A

Black with #010B9A

Text Example


Text Example

White with #010B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,11,154); }

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

background-color css

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

 a { background-color: rgb(1,11,154); }

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

border-color css

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

 span { border-color: rgb(1,11,154); }

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