Html Css Color HEX #000C99 New Midnight Blue

📋 copy color: '#000C99'

red 0 ◦ green 12 ◦ blue 153

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

Shades of New Midnight Blue #000C99

Tints of New Midnight Blue #000C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 92.73%

R = 0%
G = 7.27%
B = 92.73%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#000C99 (or 0x000C99) is known color: New Midnight Blue. HEX triplet: 00, 0C and 99. RGB value is (0,12,153). Sum of RGB (Red+Green+Blue) = 0+12+153=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 153 (60.16% from 255 or 92.73% from 165); Max value from RGB is 153 - color contains mainly: blue. Hex color #000C99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C99 is #FFF366. Grayscale: #171717. Windows color (decimal): -16773991 or 10030080. OLE color: 10030080.

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

Color convert

RGB 0 12 153 -
CMYK 1 0.92 0 0.4
HSL 235.29º 1% 0.3% -
HSV(B) 235.29º 1% 0.6% -
XYZ 5.88 2.56 30.32 -
YUV 24.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 0 12 153 1 0.92 0 0.4 235.29 1 0.3
Hex 0 C 99 64 5C 0 28 EB 64 1E
Octal 0 14 231 144 134 0 50 353 144 36
Binary 0 1100 10011001 1100100 1011100 0 101000 11101011 1100100 11110

Color Harmonies of #000C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C99

Black with #000C99

Text Example


Text Example

White with #000C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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