Html Css Color HEX #000C9F New Midnight Blue

📋 copy color: '#000C9F'

red 0 ◦ green 12 ◦ blue 159

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

Shades of New Midnight Blue #000C9F

Tints of New Midnight Blue #000C9F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

 BLUE value IS 159 (62.5% from 255) = 92.98%

R = 0%
G = 7.02%
B = 92.98%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#000C9F (or 0x000C9F) is known color: New Midnight Blue. HEX triplet: 00, 0C and 9F. RGB value is (0,12,159). Sum of RGB (Red+Green+Blue) = 0+12+159=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 159 (62.5% from 255 or 92.98% from 171); Max value from RGB is 159 - color contains mainly: blue. Hex color #000C9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C9F is #FFF360. Grayscale: #181818. Windows color (decimal): -16773985 or 10423296. OLE color: 10423296.

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

Color convert

RGB 0 12 159 -
CMYK 1 0.92 0 0.38
HSL 235.47º 1% 0.31% -
HSV(B) 235.47º 1% 0.62% -
XYZ 6.39 2.77 33 -
YUV 25.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 0 12 159 1 0.92 0 0.38 235.47 1 0.31
Hex 0 C 9F 64 5C 0 26 EB 64 1F
Octal 0 14 237 144 134 0 46 353 144 37
Binary 0 1100 10011111 1100100 1011100 0 100110 11101011 1100100 11111

Color Harmonies of #000C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C9F

Black with #000C9F

Text Example


Text Example

White with #000C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,12,159); }

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

background-color css

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

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

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

border-color css

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

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

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