Html Css Color HEX #000FB4 New Midnight Blue

📋 copy color: '#000FB4'

red 0 ◦ green 15 ◦ blue 180

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

Shades of New Midnight Blue #000FB4

Tints of New Midnight Blue #000FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 92.31%

R = 0%
G = 7.69%
B = 92.31%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#000FB4 (or 0x000FB4) is known color: New Midnight Blue. HEX triplet: 00, 0F and B4. RGB value is (0,15,180). Sum of RGB (Red+Green+Blue) = 0+15+180=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 180 (70.70% from 255 or 92.31% from 195); Max value from RGB is 180 - color contains mainly: blue. Hex color #000FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FB4 is #FFF04B. Grayscale: #1C1C1C. Windows color (decimal): -16773196 or 11800320. OLE color: 11800320.

HSL color Cylindrical-coordinate representation of color #000FB4: hue angle of 235º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000FB4 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 15 180 -
CMYK 1 0.92 0 0.29
HSL 235º 1% 0.35% -
HSV(B) 235º 1% 0.71% -
XYZ 8.41 3.64 43.44 -
YUV 29.33 213.03 107.08 -
System Red Green Blue C M Y K H S L
Decimal 0 15 180 1 0.92 0 0.29 235 1 0.35
Hex 0 F B4 64 5C 0 1D EB 64 23
Octal 0 17 264 144 134 0 35 353 144 43
Binary 0 1111 10110100 1100100 1011100 0 11101 11101011 1100100 100011

Color Harmonies of #000FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FB4

Black with #000FB4

Text Example


Text Example

White with #000FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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