Html Css Color HEX #000C98 New Midnight Blue

📋 copy color: '#000C98'

red 0 ◦ green 12 ◦ blue 152

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

Shades of New Midnight Blue #000C98

Tints of New Midnight Blue #000C98

RGB

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

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

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

R = 0%
G = 7.32%
B = 92.68%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#000C98 (or 0x000C98) is known color: New Midnight Blue. HEX triplet: 00, 0C and 98. RGB value is (0,12,152). Sum of RGB (Red+Green+Blue) = 0+12+152=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 152 (59.77% from 255 or 92.68% from 164); Max value from RGB is 152 - color contains mainly: blue. Hex color #000C98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C98 is #FFF367. Grayscale: #171717. Windows color (decimal): -16773992 or 9964544. OLE color: 9964544.

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

Color convert

RGB 0 12 152 -
CMYK 1 0.92 0 0.40
HSL 235.26º 1% 0.3% -
HSV(B) 235.26º 1% 0.6% -
XYZ 5.8 2.53 29.89 -
YUV 24.37 200.02 110.62 -
System Red Green Blue C M Y K H S L
Decimal 0 12 152 1 0.92 0 0.40 235.26 1 0.3
Hex 0 C 98 64 5C 0 28 EB 64 1E
Octal 0 14 230 144 134 0 50 353 144 36
Binary 0 1100 10011000 1100100 1011100 0 101000 11101011 1100100 11110

Color Harmonies of #000C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C98

Black with #000C98

Text Example


Text Example

White with #000C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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