Html Css Color HEX #0C079F New Midnight Blue

📋 copy color: '#0C079F'

red 12 ◦ green 7 ◦ blue 159

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

Shades of New Midnight Blue #0C079F

Tints of New Midnight Blue #0C079F

RGB

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

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

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

R = 6.74%
G = 3.93%
B = 89.33%

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

#0C079F (or 0x0C079F) is known color: New Midnight Blue. HEX triplet: 0C, 07 and 9F. RGB value is (12,7,159). Sum of RGB (Red+Green+Blue) = 12+7+159=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 159 (62.5% from 255 or 89.33% from 178); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C079F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C079F is #F3F860. Grayscale: #191919. Windows color (decimal): -15988833 or 10422028. OLE color: 10422028.

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

Color convert

RGB 12 7 159 -
CMYK 0.92 0.96 0 0.38
HSL 241.97º 0.92% 0.33% -
HSV(B) 241.97º 0.96% 0.62% -
XYZ 6.49 2.73 32.99 -
YUV 25.82 203.16 118.14 -
System Red Green Blue C M Y K H S L
Decimal 12 7 159 0.92 0.96 0 0.38 241.97 0.92 0.33
Hex C 7 9F 5C 60 0 26 F2 5C 21
Octal 14 7 237 134 140 0 46 362 134 41
Binary 1100 111 10011111 1011100 1100000 0 100110 11110010 1011100 100001

Color Harmonies of #0C079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C079F

Black with #0C079F

Text Example


Text Example

White with #0C079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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