Html Css Color HEX #000F97 New Midnight Blue

📋 copy color: '#000F97'

red 0 ◦ green 15 ◦ blue 151

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

Shades of New Midnight Blue #000F97

Tints of New Midnight Blue #000F97

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

 BLUE value IS 151 (59.38% from 255) = 90.96%

R = 0%
G = 9.04%
B = 90.96%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#000F97 (or 0x000F97) is known color: New Midnight Blue. HEX triplet: 00, 0F and 97. RGB value is (0,15,151). Sum of RGB (Red+Green+Blue) = 0+15+151=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 151 (59.38% from 255 or 90.96% from 166); Max value from RGB is 151 - color contains mainly: blue. Hex color #000F97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F97 is #FFF068. Grayscale: #191919. Windows color (decimal): -16773225 or 9899776. OLE color: 9899776.

HSL color Cylindrical-coordinate representation of color #000F97: hue angle of 234.04º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F97 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 15 151 -
CMYK 1 0.90 0 0.41
HSL 234.04º 1% 0.3% -
HSV(B) 234.04º 1% 0.59% -
XYZ 5.76 2.58 29.47 -
YUV 26.02 198.53 109.44 -
System Red Green Blue C M Y K H S L
Decimal 0 15 151 1 0.90 0 0.41 234.04 1 0.3
Hex 0 F 97 64 5A 0 29 EA 64 1E
Octal 0 17 227 144 132 0 51 352 144 36
Binary 0 1111 10010111 1100100 1011010 0 101001 11101010 1100100 11110

Color Harmonies of #000F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F97

Black with #000F97

Text Example


Text Example

White with #000F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F97; }

 p { color: rgb(0,15,151); }

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

background-color css

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

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

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

border-color css

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

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

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