Html Css Color HEX #000698 New Midnight Blue

📋 copy color: '#000698'

red 0 ◦ green 6 ◦ blue 152

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

Shades of New Midnight Blue #000698

Tints of New Midnight Blue #000698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 96.2%

R = 0%
G = 3.8%
B = 96.2%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#000698 (or 0x000698) is known color: New Midnight Blue. HEX triplet: 00, 06 and 98. RGB value is (0,6,152). Sum of RGB (Red+Green+Blue) = 0+6+152=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 152 (59.77% from 255 or 96.20% from 158); Max value from RGB is 152 - color contains mainly: blue. Hex color #000698 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000698 is #FFF967. Grayscale: #141414. Windows color (decimal): -16775528 or 9963008. OLE color: 9963008.

HSL color Cylindrical-coordinate representation of color #000698: hue angle of 237.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000698 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 6 152 -
CMYK 1 0.96 0 0.40
HSL 237.63º 1% 0.3% -
HSV(B) 237.63º 1% 0.6% -
XYZ 5.73 2.4 29.87 -
YUV 20.85 202.01 113.13 -
System Red Green Blue C M Y K H S L
Decimal 0 6 152 1 0.96 0 0.40 237.63 1 0.3
Hex 0 6 98 64 60 0 28 EE 64 1E
Octal 0 6 230 144 140 0 50 356 144 36
Binary 0 110 10011000 1100100 1100000 0 101000 11101110 1100100 11110

Color Harmonies of #000698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000698

Black with #000698

Text Example


Text Example

White with #000698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000698; }

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

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

background-color css

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

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

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

border-color css

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

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

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