Html Css Color HEX #000998 New Midnight Blue

📋 copy color: '#000998'

red 0 ◦ green 9 ◦ blue 152

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

Shades of New Midnight Blue #000998

Tints of New Midnight Blue #000998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 0%
G = 5.59%
B = 94.41%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#000998 (or 0x000998) is known color: New Midnight Blue. HEX triplet: 00, 09 and 98. RGB value is (0,9,152). Sum of RGB (Red+Green+Blue) = 0+9+152=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 152 (59.77% from 255 or 94.41% from 161); Max value from RGB is 152 - color contains mainly: blue. Hex color #000998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000998 is #FFF667. Grayscale: #161616. Windows color (decimal): -16774760 or 9963776. OLE color: 9963776.

HSL color Cylindrical-coordinate representation of color #000998: hue angle of 236.45º 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 #000998 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 9 152 -
CMYK 1 0.94 0 0.40
HSL 236.45º 1% 0.3% -
HSV(B) 236.45º 1% 0.6% -
XYZ 5.77 2.46 29.88 -
YUV 22.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 0 9 152 1 0.94 0 0.40 236.45 1 0.3
Hex 0 9 98 64 5E 0 28 EC 64 1E
Octal 0 11 230 144 136 0 50 354 144 36
Binary 0 1001 10011000 1100100 1011110 0 101000 11101100 1100100 11110

Color Harmonies of #000998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000998

Black with #000998

Text Example


Text Example

White with #000998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000998; }

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

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

background-color css

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

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

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

border-color css

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

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

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