Html Css Color HEX #01089A New Midnight Blue

📋 copy color: '#01089A'

red 1 ◦ green 8 ◦ blue 154

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

Shades of New Midnight Blue #01089A

Tints of New Midnight Blue #01089A

RGB

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

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

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

R = 0.61%
G = 4.91%
B = 94.48%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01089A (or 0x01089A) is known color: New Midnight Blue. HEX triplet: 01, 08 and 9A. RGB value is (1,8,154). Sum of RGB (Red+Green+Blue) = 1+8+154=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 154 (60.55% from 255 or 94.48% from 163); Max value from RGB is 154 - color contains mainly: blue. Hex color #01089A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01089A is #FEF765. Grayscale: #151515. Windows color (decimal): -16709478 or 10094593. OLE color: 10094593.

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

Color convert

RGB 1 8 154 -
CMYK 0.99 0.95 0 0.40
HSL 237.25º 0.99% 0.3% -
HSV(B) 237.25º 0.99% 0.6% -
XYZ 5.93 2.51 30.74 -
YUV 22.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 1 8 154 0.99 0.95 0 0.40 237.25 0.99 0.3
Hex 1 8 9A 63 5F 0 28 ED 63 1E
Octal 1 10 232 143 137 0 50 355 143 36
Binary 1 1000 10011010 1100011 1011111 0 101000 11101101 1100011 11110

Color Harmonies of #01089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01089A

Black with #01089A

Text Example


Text Example

White with #01089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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