#00069E

Color #00069E New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #00069E

Tints of New Midnight Blue #00069E

Color information

#00069E (or 0x00069E) is unknown color: approx New Midnight Blue. HEX triplet: 00, 06 and 9E. RGB value is (0,6,158). Sum of RGB (Red+Green+Blue) = 0+6+158=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 158 (62.11% from 255 or 96.34% from 164); Max value from RGB is 158 - color contains mainly: blue. Hex color #00069E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00069E is #FFF961. Grayscale: #141414. Windows color (decimal): -16775522 or 10356224. OLE color: 10356224.

HSL color Cylindrical-coordinate representation of color #00069E: hue angle of 237.72º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00069E is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB06158-
CMYK10.9600.38
HSL237.72º100%30.98%-
HSV(B)237.72º100%61.96%-
XYZ6.242.632.52-
YUV21.53205.01112.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 158 (62.11% from 255) = 96.34%
R=0%
G=3.66%
B=96.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0615810.9600.38237.7210030.98
Hex069E6460026ee641f
Octal0623614414004635614437
Binary01101001111011001001100000010011011101110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00069E; }

 p { color: rgb(0,6,158); }

 H1.HeaderClassName
 {
   color: #00069E;
 }
 .AnyTagClassName
 {
   color: #00069E;
 }
</style>
background-color css

<style>
 a { background-color: #00069E; }

 a { background-color: rgb(0,6,158); }

 div.DivClassName
 {
   background-color: #00069E;
 }
 .BgClassName
 {
   background-color: #00069E;
 }
</style>
border-color css

<style>
 span { border-color: #00069E; }

 span { border-color: rgb(0,6,158); }

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