Html Css Color HEX #01069F New Midnight Blue

📋 copy color: '#01069F'

red 1 ◦ green 6 ◦ blue 159

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

Shades of New Midnight Blue #01069F

Tints of New Midnight Blue #01069F

RGB

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

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

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

R = 0.6%
G = 3.61%
B = 95.78%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01069F (or 0x01069F) is known color: New Midnight Blue. HEX triplet: 01, 06 and 9F. RGB value is (1,6,159). Sum of RGB (Red+Green+Blue) = 1+6+159=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 159 (62.5% from 255 or 95.78% from 166); Max value from RGB is 159 - color contains mainly: blue. Hex color #01069F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01069F is #FEF960. Grayscale: #151515. Windows color (decimal): -16709985 or 10421761. OLE color: 10421761.

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

Color convert

RGB 1 6 159 -
CMYK 0.99 0.96 0 0.38
HSL 238.1º 0.99% 0.31% -
HSV(B) 238.1º 0.99% 0.62% -
XYZ 6.34 2.64 32.98 -
YUV 21.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 1 6 159 0.99 0.96 0 0.38 238.1 0.99 0.31
Hex 1 6 9F 63 60 0 26 EE 63 1F
Octal 1 6 237 143 140 0 46 356 143 37
Binary 1 110 10011111 1100011 1100000 0 100110 11101110 1100011 11111

Color Harmonies of #01069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01069F

Black with #01069F

Text Example


Text Example

White with #01069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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