Html Css Color HEX #01089B New Midnight Blue

📋 copy color: '#01089B'

red 1 ◦ green 8 ◦ blue 155

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

Shades of New Midnight Blue #01089B

Tints of New Midnight Blue #01089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 0.61%
G = 4.88%
B = 94.51%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01089B (or 0x01089B) is known color: New Midnight Blue. HEX triplet: 01, 08 and 9B. RGB value is (1,8,155). Sum of RGB (Red+Green+Blue) = 1+8+155=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 155 (60.94% from 255 or 94.51% from 164); Max value from RGB is 155 - color contains mainly: blue. Hex color #01089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01089B is #FEF764. Grayscale: #161616. Windows color (decimal): -16709477 or 10160129. OLE color: 10160129.

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

Color convert

RGB 1 8 155 -
CMYK 0.99 0.95 0 0.39
HSL 237.27º 0.99% 0.31% -
HSV(B) 237.27º 0.99% 0.61% -
XYZ 6.02 2.55 31.18 -
YUV 22.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 1 8 155 0.99 0.95 0 0.39 237.27 0.99 0.31
Hex 1 8 9B 63 5F 0 27 ED 63 1F
Octal 1 10 233 143 137 0 47 355 143 37
Binary 1 1000 10011011 1100011 1011111 0 100111 11101101 1100011 11111

Color Harmonies of #01089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01089B

Black with #01089B

Text Example


Text Example

White with #01089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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