Html Css Color HEX #01099B New Midnight Blue

📋 copy color: '#01099B'

red 1 ◦ green 9 ◦ blue 155

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

Shades of New Midnight Blue #01099B

Tints of New Midnight Blue #01099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 0.61%
G = 5.45%
B = 93.94%

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

#01099B (or 0x01099B) is known color: New Midnight Blue. HEX triplet: 01, 09 and 9B. RGB value is (1,9,155). Sum of RGB (Red+Green+Blue) = 1+9+155=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 155 (60.94% from 255 or 93.94% from 165); Max value from RGB is 155 - color contains mainly: blue. Hex color #01099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01099B is #FEF664. Grayscale: #161616. Windows color (decimal): -16709221 or 10160385. OLE color: 10160385.

HSL color Cylindrical-coordinate representation of color #01099B: hue angle of 236.88º 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 #01099B is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 9 155 -
CMYK 0.99 0.94 0 0.39
HSL 236.88º 0.99% 0.31% -
HSV(B) 236.88º 0.99% 0.61% -
XYZ 6.03 2.57 31.19 -
YUV 23.25 202.35 112.13 -
System Red Green Blue C M Y K H S L
Decimal 1 9 155 0.99 0.94 0 0.39 236.88 0.99 0.31
Hex 1 9 9B 63 5E 0 27 ED 63 1F
Octal 1 11 233 143 136 0 47 355 143 37
Binary 1 1001 10011011 1100011 1011110 0 100111 11101101 1100011 11111

Color Harmonies of #01099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01099B

Black with #01099B

Text Example


Text Example

White with #01099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01099B; }

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

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

background-color css

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

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

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

border-color css

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

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

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