Html Css Color HEX #0C079E New Midnight Blue

📋 copy color: '#0C079E'

red 12 ◦ green 7 ◦ blue 158

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

Shades of New Midnight Blue #0C079E

Tints of New Midnight Blue #0C079E

RGB

 RED value IS 12 (5.08% from 255) = 6.78%

 GREEN value IS 7 (3.13% from 255) = 3.95%

 BLUE value IS 158 (62.11% from 255) = 89.27%

R = 6.78%
G = 3.95%
B = 89.27%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C079E (or 0x0C079E) is known color: New Midnight Blue. HEX triplet: 0C, 07 and 9E. RGB value is (12,7,158). Sum of RGB (Red+Green+Blue) = 12+7+158=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C079E is #F3F861. Grayscale: #191919. Windows color (decimal): -15988834 or 10356492. OLE color: 10356492.

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

Color convert

RGB 12 7 158 -
CMYK 0.92 0.96 0 0.38
HSL 241.99º 0.92% 0.32% -
HSV(B) 241.99º 0.96% 0.62% -
XYZ 6.4 2.7 32.53 -
YUV 25.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 12 7 158 0.92 0.96 0 0.38 241.99 0.92 0.32
Hex C 7 9E 5C 60 0 26 F2 5C 20
Octal 14 7 236 134 140 0 46 362 134 40
Binary 1100 111 10011110 1011100 1100000 0 100110 11110010 1011100 100000

Color Harmonies of #0C079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C079E

Black with #0C079E

Text Example


Text Example

White with #0C079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C079E; }

 p { color: rgb(12,7,158); }

 H1.HeaderClassName
 {
   color: #0C079E;
 }
 .AnyTagClassName
 {
   color: #0C079E;
 }
</style>

background-color css

<style>
 a { background-color: #0C079E; }

 a { background-color: rgb(12,7,158); }

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

border-color css

<style>
 span { border-color: #0C079E; }

 span { border-color: rgb(12,7,158); }

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