Html Css Color HEX #00069F New Midnight Blue

📋 copy color: '#00069F'

red 0 ◦ green 6 ◦ blue 159

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

Shades of New Midnight Blue #00069F

Tints of New Midnight Blue #00069F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 3.64%
B = 96.36%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00069F (or 0x00069F) is known color: New Midnight Blue. HEX triplet: 00, 06 and 9F. RGB value is (0,6,159). Sum of RGB (Red+Green+Blue) = 0+6+159=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 159 (62.5% from 255 or 96.36% from 165); Max value from RGB is 159 - color contains mainly: blue. Hex color #00069F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00069F is #FFF960. Grayscale: #151515. Windows color (decimal): -16775521 or 10421760. OLE color: 10421760.

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

Color convert

RGB 0 6 159 -
CMYK 1 0.96 0 0.38
HSL 237.74º 1% 0.31% -
HSV(B) 237.74º 1% 0.62% -
XYZ 6.32 2.63 32.98 -
YUV 21.65 205.51 112.56 -
System Red Green Blue C M Y K H S L
Decimal 0 6 159 1 0.96 0 0.38 237.74 1 0.31
Hex 0 6 9F 64 60 0 26 EE 64 1F
Octal 0 6 237 144 140 0 46 356 144 37
Binary 0 110 10011111 1100100 1100000 0 100110 11101110 1100100 11111

Color Harmonies of #00069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00069F

Black with #00069F

Text Example


Text Example

White with #00069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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