Html Css Color HEX #000098 New Midnight Blue

📋 copy color: '#000098'

red 0 ◦ green 0 ◦ blue 152

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

Shades of New Midnight Blue #000098

Tints of New Midnight Blue #000098

RGB

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

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

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

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#000098 (or 0x000098) is known color: New Midnight Blue. HEX triplet: 00, 00 and 98. RGB value is (0,0,152). Sum of RGB (Red+Green+Blue) = 0+0+152=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 152 (59.77% from 255 or 100% from 152); Max value from RGB is 152 - color contains mainly: blue. Hex color #000098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000098 is #FFFF67. Grayscale: #101010. Windows color (decimal): -16777064 or 9961472. OLE color: 9961472.

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

Color convert

RGB 0 0 152 -
CMYK 1 1 0 0.40
HSL 240º 1% 0.3% -
HSV(B) 240º 1% 0.6% -
XYZ 5.67 2.27 29.84 -
YUV 17.33 204 115.64 -
System Red Green Blue C M Y K H S L
Decimal 0 0 152 1 1 0 0.40 240 1 0.3
Hex 0 0 98 64 64 0 28 F0 64 1E
Octal 0 0 230 144 144 0 50 360 144 36
Binary 0 0 10011000 1100100 1100100 0 101000 11110000 1100100 11110

Color Harmonies of #000098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000098

Black with #000098

Text Example


Text Example

White with #000098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000098; }

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

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

background-color css

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

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

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

border-color css

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

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

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