Html Css Color HEX #01069A New Midnight Blue

📋 copy color: '#01069A'

red 1 ◦ green 6 ◦ blue 154

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

Shades of New Midnight Blue #01069A

Tints of New Midnight Blue #01069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

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

R = 0.62%
G = 3.73%
B = 95.65%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01069A (or 0x01069A) is known color: New Midnight Blue. HEX triplet: 01, 06 and 9A. RGB value is (1,6,154). Sum of RGB (Red+Green+Blue) = 1+6+154=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 154 (60.55% from 255 or 95.65% from 161); Max value from RGB is 154 - color contains mainly: blue. Hex color #01069A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01069A is #FEF965. Grayscale: #141414. Windows color (decimal): -16709990 or 10094081. OLE color: 10094081.

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

Color convert

RGB 1 6 154 -
CMYK 0.99 0.96 0 0.40
HSL 238.04º 0.99% 0.3% -
HSV(B) 238.04º 0.99% 0.6% -
XYZ 5.91 2.47 30.74 -
YUV 21.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 1 6 154 0.99 0.96 0 0.40 238.04 0.99 0.3
Hex 1 6 9A 63 60 0 28 EE 63 1E
Octal 1 6 232 143 140 0 50 356 143 36
Binary 1 110 10011010 1100011 1100000 0 101000 11101110 1100011 11110

Color Harmonies of #01069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01069A

Black with #01069A

Text Example


Text Example

White with #01069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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