Html Css Color HEX #010B9F New Midnight Blue

📋 copy color: '#010B9F'

red 1 ◦ green 11 ◦ blue 159

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

Shades of New Midnight Blue #010B9F

Tints of New Midnight Blue #010B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 92.98%

R = 0.58%
G = 6.43%
B = 92.98%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010B9F (or 0x010B9F) is known color: New Midnight Blue. HEX triplet: 01, 0B and 9F. RGB value is (1,11,159). Sum of RGB (Red+Green+Blue) = 1+11+159=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 159 (62.5% from 255 or 92.98% from 171); Max value from RGB is 159 - color contains mainly: blue. Hex color #010B9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B9F is #FEF460. Grayscale: #181818. Windows color (decimal): -16708705 or 10423041. OLE color: 10423041.

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

Color convert

RGB 1 11 159 -
CMYK 0.99 0.93 0 0.38
HSL 236.2º 0.99% 0.31% -
HSV(B) 236.2º 0.99% 0.62% -
XYZ 6.39 2.75 32.99 -
YUV 24.88 203.69 110.97 -
System Red Green Blue C M Y K H S L
Decimal 1 11 159 0.99 0.93 0 0.38 236.2 0.99 0.31
Hex 1 B 9F 63 5D 0 26 EC 63 1F
Octal 1 13 237 143 135 0 46 354 143 37
Binary 1 1011 10011111 1100011 1011101 0 100110 11101100 1100011 11111

Color Harmonies of #010B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B9F

Black with #010B9F

Text Example


Text Example

White with #010B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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